Skip to content

Commit

Permalink
feat: PLEASE GH ACTIONS WORK
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <[email protected]>
  • Loading branch information
emoral435 committed Feb 10, 2024
1 parent 599c0a3 commit 60769d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
deploy:
environment:
name: github-pages
url: https://github.com/J-E-N-G-A.github.io/planet-foodies
url: https://j-e-n-g-a.github.io/planet-foodies/
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Planet Foodies Repository",
"main": "index.js",
"scripts": {
"gh-deploy": "git push origin :gh-pages && git subtree push --prefix frontend/dist origin gh-pages",
"gh-deploy-init": "git push origin && git subtree push --prefix frontend/dist origin gh-pages",
"build": "rm -f -r dist && cd frontend && npm install && npm run build"
},
"devDependencies": {
"gh-pages": "^6.0.0"
},
"gh-deploy": "git push origin :gh-pages && git subtree push --prefix frontend/dist origin gh-pages",
"gh-deploy-init": "git push origin && git subtree push --prefix frontend/dist origin gh-pages",
"build": "rm -f -r dist && cd frontend && npm install && npm run build"
},
"devDependencies": {
"gh-pages": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J-E-N-G-A/planet-foodies.git"
Expand Down

0 comments on commit 60769d2

Please sign in to comment.