Skip to content

Commit

Permalink
Fixes to GH Pages workflow (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwojcik authored Mar 3, 2024
1 parent cd3757b commit b853ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"scripts": {
"prebuild": "npm run clean",
"build:eleventy": "cross-env ELEVENTY_ENV=production npx @11ty/eleventy --quiet",
"build-gh-pages": "npm run build:eleventy -- --pathprefix=/eleventy-template-bliss/",
"prebuild-gh-pages": "npm run clean",
"build-gh-pages": "npm run build:sass; npm run build:eleventy -- --pathprefix=/eleventy-template-bliss/",
"postbuild-gh-pages": "npm run minify:js",
"build": "npm-run-all build:*",
"postbuild": "npm run minify:js",
"clean": "rimraf _site",
Expand Down

0 comments on commit b853ef5

Please sign in to comment.