Skip to content

Commit

Permalink
try gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Mar 15, 2022
1 parent bbd6529 commit 8f5d9ce
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
- uses: Borales/actions-yarn@v2.3.0
with:
cmd: build:prod
- run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "Deploy to GitHub pages"
git push --prefix dist origin gh-pages
- uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./dist
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8f5d9ce

Please sign in to comment.