gh-pages nojekyll
This commit is contained in:
parent
769165eedc
commit
9a80bcc74f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
@ -74,6 +74,7 @@ jobs:
|
|||
git init
|
||||
git config user.name "${GITHUB_ACTOR}"
|
||||
git config user.email "${GITHUB_ACTOR}@noreply.github.com"
|
||||
touch .nojekyll
|
||||
git add .
|
||||
git status
|
||||
git commit -m "Push to gh-pages"
|
||||
|
|
Loading…
Reference in a new issue