There was an error while loading. Please reload this page.
1 parent 9304648 commit 5cda9ebCopy full SHA for 5cda9eb
.github/workflows/main.yml
@@ -28,8 +28,8 @@ jobs:
28
run: sed -i 's/<base href="\/" \/>/<base href="\/BlazorGitHubPagesDemo\/" \/>/g' release/wwwroot/index.html
29
30
# add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project. (Allow files and folders starting with an underscore)
31
- #- name: Add .nojekyll file
32
- # run: touch release/wwwroot/.nojekyll
+ - name: Add .nojekyll file
+ run: touch release/wwwroot/.nojekyll
33
34
- name: Commit wwwroot to GitHub Pages
35
uses: JamesIves/github-pages-deploy-action@3.5.9
0 commit comments