Skip to content

Commit

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

0 comments on commit b036a27

Please sign in to comment.