We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55180d9 + c354e1f commit 4920ab0Copy full SHA for 4920ab0
1 file changed
.github/workflows/deploy.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Commit wwwroot to GitHub Pages
37
uses: JamesIves/github-pages-deploy-action@v4.5.0
38
with:
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- BRANCH: gh-pages
41
- FOLDER: ${{ env.OUTPUT_PATH }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: ${{ env.OUTPUT_PATH }}
42
+ single-commit: true
0 commit comments