1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00:00

reduce size of docs branch

This commit is contained in:
Rob Ede 2022-09-03 21:56:37 +01:00
parent c993055fc8
commit 0b5b4dcbf3
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -30,6 +30,6 @@ jobs:
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: target/doc
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: target/doc
single-commit: true