diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9ee744e..1b23bb5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -56,6 +56,7 @@ jobs: cd gh-pages find . -not -path '*/\.*' -delete cp -r ../build/html/* . + touch .nojekyll git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add .