We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7551904 commit 85f0e20Copy full SHA for 85f0e20
1 file changed
.github/workflows/main.yml
@@ -48,13 +48,11 @@ jobs:
48
folder: release/wwwroot
49
repository-name: iSeiryu/iseiryu.github.io
50
target-folder: blazor
51
- force: false
52
token: ${{ secrets.DEPLOY_TOKEN }}
53
54
- name: Commit wwwroot AOT to GitHub Pages
55
uses: JamesIves/github-pages-deploy-action@v4
56
with:
57
- branch: main
58
folder: release-aot/wwwroot
59
60
target-folder: blazor-aot
0 commit comments