We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55e16 commit 333413aCopy full SHA for 333413a
‎.github/workflows/deploy.yml‎
@@ -33,6 +33,6 @@ jobs:
33
- name: Commit wwwroot to GitHub Pages
34
uses: JamesIves/github-pages-deploy-action@v4
35
with:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
- BRANCH: gh-pages
38
- FOLDER: release/wwwroot
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: release/wwwroot
0 commit comments