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 9cf8fce commit ed3c8abCopy full SHA for ed3c8ab
.github/workflows/deploy.yml
@@ -29,17 +29,17 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
with:
34
fetch-depth: 0 # Not needed if lastUpdated is not enabled
35
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
36
- name: Setup Node
37
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
38
39
node-version: 18
40
cache: npm # or pnpm / yarn
41
- name: Setup Pages
42
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v4
43
- name: Install dependencies
44
run: npm ci # or pnpm install / yarn install
45
- name: Build with VitePress
0 commit comments