Skip to content

Commit 5cda9eb

Browse files
authored
Update main.yml
1 parent 9304648 commit 5cda9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: sed -i 's/<base href="\/" \/>/<base href="\/BlazorGitHubPagesDemo\/" \/>/g' release/wwwroot/index.html
2929

3030
# 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
31+
- name: Add .nojekyll file
32+
run: touch release/wwwroot/.nojekyll
3333

3434
- name: Commit wwwroot to GitHub Pages
3535
uses: JamesIves/github-pages-deploy-action@3.5.9

0 commit comments

Comments
 (0)