misc: using single-commit mode for gh-pages branch.
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
- name: Commit wwwroot to GitHub Pages
|
- name: Commit wwwroot to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
uses: JamesIves/github-pages-deploy-action@v4.5.0
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages
|
branch: gh-pages
|
||||||
FOLDER: ${{ env.OUTPUT_PATH }}
|
folder: ${{ env.OUTPUT_PATH }}
|
||||||
|
single-commit: true
|
||||||
Reference in New Issue
Block a user