Skip to content

Commit

Permalink
chore: JamesIves/github-pages-deploy-action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sneas committed Oct 22, 2023
1 parent a617529 commit 7b89e97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gh-pages.yml
Expand Up @@ -15,8 +15,6 @@ jobs:
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
folder: dist

0 comments on commit 7b89e97

Please sign in to comment.