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 d94dabf commit 4249238Copy full SHA for 4249238
.github/workflows/nuget-publish.yml
@@ -63,11 +63,11 @@ jobs:
63
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
64
65
- name: Deploy demo to Github Pages
66
- uses: jamesives/github-pages-deploy-action@3.4.9
67
- with:
68
- FOLDER: output/demo/wwwroot
69
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
70
- BRANCH: gh-pages
+ uses: jamesives/github-pages-deploy-action@3.4.9
+ with:
+ FOLDER: output/demo/wwwroot
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ BRANCH: gh-pages
71
72
- name: Upload artifacts
73
uses: actions/upload-artifact@v1
0 commit comments