We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e3d07 commit aaaf9e6Copy full SHA for aaaf9e6
1 file changed
.github/workflows/deploy-docs.yml
@@ -29,10 +29,13 @@ jobs:
29
uses: actions/setup-node@v4
30
with:
31
node-version: 18
32
- cache: npm
+ cache: 'npm'
33
+ cache-dependency-path: '**/package-lock.json'
34
35
- name: Setup Pages
36
uses: actions/configure-pages@v4
37
+ with:
38
+ enablement: true # 启用 GitHub Pages
39
40
- name: Install dependencies
41
run: npm ci
0 commit comments