Skip to content

Commit

Permalink
Use run script from gh-pages README
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthaertlein committed Jul 17, 2021
1 parent 0337398 commit 2113549
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ jobs:
node-version: '14'
cache: 'yarn'
- run: yarn install
- run: yarn deploy
- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy -- -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2113549

Please sign in to comment.