We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52f4944 + 120c9be commit c73d3b4Copy full SHA for c73d3b4
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
cache: npm # 或 pnpm / yarn
44
cache-dependency-path: website/package-lock.json
45
- name: Setup Pages
46
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
47
- name: Install dependencies
48
run: npm ci # 或 pnpm install / yarn install / bun install
49
working-directory: website
0 commit comments