Skip to content

Commit

Permalink
newer acrions
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Aug 22, 2024
1 parent 6ced443 commit 5791a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
run_install: true
version: 9
Expand All @@ -26,7 +26,7 @@ jobs:
run: pnpm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit 5791a4d

Please sign in to comment.