Skip to content

Commit

Permalink
fix: adding .nojekyll in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lhnguyen102 committed Sep 9, 2023
1 parent ed44665 commit a26e213
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
with:
name: production-files
path: ./_site


- name: Create .nojekyll file
run: touch ./_site/.nojekyll

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit a26e213

Please sign in to comment.