Skip to content

Commit 22680e8

Browse files
authored
Update deploy.yml
1 parent 43f84c3 commit 22680e8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # Not needed if lastUpdated is not enabled
35-
# - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
35+
# - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm
36+
# with:
37+
# version: 9 # Not needed if you've set "packageManager" in package.json
3638
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3739
- name: Setup Node
3840
uses: actions/setup-node@v4
@@ -59,11 +61,6 @@ jobs:
5961
runs-on: ubuntu-latest
6062
name: Deploy
6163
steps:
62-
- name: Checkout code
63-
uses: actions/checkout@v4
64-
6564
- name: Deploy to GitHub Pages
6665
id: deployment
6766
uses: actions/deploy-pages@v4
68-
with:
69-
publish_dir: ./docs

0 commit comments

Comments
 (0)