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 9ad0d5f commit af474c6Copy full SHA for af474c6
.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@v4
+ uses: actions/configure-pages@v5
44
- name: Install dependencies
45
run: npm ci
46
- name: Setup playground
0 commit comments