Skip to content

Commit

Permalink
chore update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gongph committed Nov 24, 2024
1 parent 0143872 commit ab0789a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflow/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout main
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 22
node-version: "22.x"
- name: Install pnpm
run: npm i pnpm -g
- name: Install dependencies
Expand All @@ -24,5 +24,5 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
accessToken: ${{ secrets.ACCESS_TOKEN }}
publish_dir: ./dist

0 comments on commit ab0789a

Please sign in to comment.