Skip to content

Commit

Permalink
Add .nojekyll file and update deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchokalingam committed Nov 21, 2024
1 parent 4d00202 commit bfe3db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ jobs:

- name: Build with Next.js
run: npm run build

- name: Add .nojekyll file
run: touch ./out/.nojekyll

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: out
branch: gh-pages
clean: true
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit bfe3db5

Please sign in to comment.