Skip to content

Commit

Permalink
add nojekyll file
Browse files Browse the repository at this point in the history
  • Loading branch information
timlrx committed Nov 21, 2023
1 parent ad425c7 commit f38403a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build project assets
run: yarn build
run: |
yarn build
touch out/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit f38403a

Please sign in to comment.