Skip to content

Commit

Permalink
Added .nojekyll to build output
Browse files Browse the repository at this point in the history
  • Loading branch information
datadavev committed Nov 24, 2020
1 parent 916497b commit fa3ff08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit fa3ff08

Please sign in to comment.