Skip to content

Commit

Permalink
Update workflow to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Oct 9, 2024
1 parent 4b6b0ea commit b2ea794
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/auto-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Setup git
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Run deploy script
run: npm run deploy
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: gh-pages

0 comments on commit b2ea794

Please sign in to comment.