Skip to content

Commit

Permalink
Disable jekyll on github actions (#674)
Browse files Browse the repository at this point in the history
* Disable jekyll on github actions

* Delete nextjs examples .nojekyll file
  • Loading branch information
blurfx authored Oct 21, 2023
1 parent 7baa69f commit b3587d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-page-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ghpages
enable_jekyll: true
enable_jekyll: false
2 changes: 1 addition & 1 deletion examples/nextjs-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev -p 5173",
"build": "next build && touch ./dist/.nojekyll",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
Expand Down

0 comments on commit b3587d1

Please sign in to comment.