Skip to content

Commit

Permalink
Create .nojekyll after build
Browse files Browse the repository at this point in the history
  • Loading branch information
boyonthebeach2k committed Oct 23, 2024
1 parent d4fd852 commit 34468a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: Build the project
run: npm run build
run: npm run build && touch ./out/.nojekyll

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down

0 comments on commit 34468a2

Please sign in to comment.