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.
2 parents 08ca671 + 8b54e5b commit a9c6028Copy full SHA for a9c6028
1 file changed
.github/workflows/deploy_docs.yml
@@ -40,7 +40,7 @@ jobs:
40
node-version: 20
41
cache: npm # or pnpm / yarn
42
- name: Setup Pages
43
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
44
- name: Install dependencies
45
run: npm ci # or pnpm install / yarn install / bun install
46
- name: Build with VitePress
0 commit comments