Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peruibeloko authored May 1, 2024
1 parent 866293c commit 4c2341e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4.1.4

- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: latest

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2
with:
node-version: 16
cache: 'pnpm'
Expand All @@ -32,7 +32,6 @@ jobs:
pnpm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: docs
folder: dist

0 comments on commit 4c2341e

Please sign in to comment.