diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 9cabd47..c28d688 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -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 diff --git a/package.json b/package.json index 4debc45..7332fa2 100644 --- a/package.json +++ b/package.json @@ -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",