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 3919d71 commit 64af6caCopy full SHA for 64af6ca
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 20
21
cache: pnpm
22
- name: Setup Pages
23
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
24
- name: Install dependencies
25
run: pnpm install
26
- name: Install playwright browsers
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
- name: Build with VitePress
0 commit comments