Skip to content

Commit

Permalink
Merge branch 'master' into update_content
Browse files Browse the repository at this point in the history
  • Loading branch information
DmLawrence committed May 22, 2023
2 parents fb4de75 + 9b481b0 commit 9b28800
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Build project
- name: Build project
run: npm run-script build
run: npm run-script gh-pages-build

# Push to Github Pages
- name: Github Pages
Expand Down
79 changes: 59 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
"build": "parcel build",
"gh-pages-build": "parcel build --public-url ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9b28800

Please sign in to comment.