There was an error while loading. Please reload this page.
1 parent ff90dfa commit 1da612fCopy full SHA for 1da612f
.github/workflows/main.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Commit wwwroot to GitHub Pages
35
uses: JamesIves/github-pages-deploy-action@3.5.9
36
with:
37
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- BRANCH: gh-pages
39
- FOLDER: release/wwwroot
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ BRANCH: gh-pages
+ FOLDER: release/wwwroot
0 commit comments