Skip to content

Commit

Permalink
chore: update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gongph committed Nov 24, 2024
1 parent eade6b2 commit e33bf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@4
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@4
uses: actions/setup-node@v4
with:
node-version: 22.9.0
- name: Install pnpm
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build
run: pnpm build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }},
BRANCH: gh-pages,
Expand Down

0 comments on commit e33bf0e

Please sign in to comment.