We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d355132 commit 940ec67Copy full SHA for 940ec67
.github/workflows/gh-pages.yaml
@@ -38,7 +38,7 @@ jobs:
38
node-version: 23
39
cache: npm # or pnpm / yarn
40
- name: Setup Pages
41
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
42
- name: Install dependencies
43
run: npm ci # or pnpm install / yarn install / bun install
44
- name: Build with VitePress
@@ -89,7 +89,7 @@ jobs:
89
node-version: 20
90
91
92
93
94
95
0 commit comments