Skip to content

Commit bfea34e

Browse files
committed
[skip ci] Add .nojekyll file
1 parent e6ab7c4 commit bfea34e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
cd ${{ github.workspace }}/build/html
6363
git config --local user.name "Autobuild bot on GitHub Actions"
6464
git config --local user.email "githubaction-build-bot@example.com"
65+
touch .nojekyll
6566
git add .
6667
git commit -m 'update html'
6768
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages

0 commit comments

Comments
 (0)