Skip to content

Commit

Permalink
fix: added nojekyll to gh pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Apr 17, 2024
1 parent 933a3e3 commit 6d1d10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
npm install
npm run build -- --base /${{ github.event.repository.name }}/
cp .eodash/dist/index.html .eodash/dist/404.html
touch .eodash/dist/.nojekyll
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./.eodash/dist/
Expand Down

0 comments on commit 6d1d10a

Please sign in to comment.