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 e6034f8 commit 958d651Copy full SHA for 958d651
.github/workflows/build-docs.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Setup Pages
40
uses: actions/configure-pages@v4
41
- name: Install dependencies
42
- run: cd docs && npm ci
+ run: npm ci
43
- name: Build with VitePress
44
- run: cd docs && npm run docs:build
+ run: npm run docs:build
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@v3
47
with:
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
php_extensions: zip
17
18
19
- run: npm install
20
21
- name: Compile assets
22
run: npm run build
0 commit comments