Skip to content

Commit

Permalink
Adds public url build option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Jan 8, 2024
1 parent b036a27 commit a69816b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: LaunchChess
folder: build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Chess on a Launchpad",
"scripts": {
"build": "parcel build --no-cache --dist-dir dist src/index.html",
"ci": "parcel build --no-cache --dist-dir LaunchChess src/index.html",
"ci": "parcel build --no-cache --dist-dir build --public-url LaunchChess src/index.html",
"dev": "parcel --port 5555 --no-cache --dist-dir dist src/index.html"
},
"browserslist": [
Expand Down

0 comments on commit a69816b

Please sign in to comment.