Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Ignore Jekyll when deploying the application to the GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Do committed Jul 6, 2021
1 parent a81835c commit b422d09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"scripts": {
"start": "next dev",
"start-production": "next start",
"build": "next build && next export --outdir build",
"build": "next build && next export --outdir build && touch build/.nojekyll",
"lint": "eslint --ext js,ts,tsx src --max-warnings=0",
"build:package": "rollup -c && node copy-package-json.js && cp README.md dist",
"test": "jest test --coverage",
Expand Down
Empty file removed public/.nojekyll
Empty file.

0 comments on commit b422d09

Please sign in to comment.