We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fec4241 + 3d1cab3 commit 501dfb4Copy full SHA for 501dfb4
1 file changed
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
node-version: 24
43
cache: npm # or pnpm / yarn
44
- name: Setup Pages
45
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
46
- name: Install dependencies
47
run: npm ci # or pnpm install / yarn install / bun install
48
- name: Build with VitePress
0 commit comments