Skip to content

Commit

Permalink
chore(ci): update githubpages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phyng committed Jan 14, 2024
1 parent b828ccd commit a701618
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
touch build/html/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build/html # The folder the action should deploy.
folder: build/html # The folder the action should deploy.

0 comments on commit a701618

Please sign in to comment.