Skip to content

Commit

Permalink
update for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pprunty committed Nov 28, 2023
1 parent 88dcd8e commit b2b90c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
- name: Install and Build 🔧
run: yarn && yarn demo:deploy

- name: Set Git User
run: |
git config --global user.name "Patrick Prunty"
git config --global user.email "pprunty@tcd.ie"

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "prettier --write \"**/*.{html,css,js,jsx}\"",
"lint": "eslint 'src/**/*.{js,jsx}' --quiet",
"lint:fix": "eslint 'src/**/*.{js,jsx}' --fix",
"demo:deploy": "cd demo && yarn install && yarn build && gh-pages -d build"
"demo:deploy": "cd demo && yarn install && yarn build"
},
"author": "Patrick Prunty",
"license": "MIT",
Expand Down

0 comments on commit b2b90c2

Please sign in to comment.