We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f84c3 commit 22680e8Copy full SHA for 22680e8
.github/workflows/deploy.yml
@@ -32,7 +32,9 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
fetch-depth: 0 # Not needed if lastUpdated is not enabled
35
- # - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
+ # - 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
38
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
39
- name: Setup Node
40
uses: actions/setup-node@v4
@@ -59,11 +61,6 @@ jobs:
59
61
runs-on: ubuntu-latest
60
62
name: Deploy
63
steps:
- - name: Checkout code
- uses: actions/checkout@v4
64
-
65
- name: Deploy to GitHub Pages
66
id: deployment
67
uses: actions/deploy-pages@v4
68
- with:
69
- publish_dir: ./docs
0 commit comments