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 9365a89 commit b879bdeCopy full SHA for b879bde
.github/workflows/deploy.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@v4
+ uses: actions/configure-pages@v5
44
- name: Install dependencies
45
run: npm ci # or pnpm install / yarn install / bun install
46
- name: Build with VitePress
0 commit comments