mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 17:41:11 +00:00
reduce size of docs branch
This commit is contained in:
parent
c993055fc8
commit
0b5b4dcbf3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/upload-doc.yml
vendored
6
.github/workflows/upload-doc.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue