Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seakeys committed Aug 10, 2023
1 parent 2759718 commit 1630c8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -24,9 +24,8 @@ jobs:
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist

0 comments on commit 1630c8a

Please sign in to comment.