Skip to content

Commit 958d651

Browse files
Update workflows
1 parent e6034f8 commit 958d651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v4
4141
- name: Install dependencies
42-
run: cd docs && npm ci
42+
run: npm ci
4343
- name: Build with VitePress
44-
run: cd docs && npm run docs:build
44+
run: npm run docs:build
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php_extensions: zip
1717

1818
- name: Install dependencies
19-
run: npm install
19+
run: npm ci
2020

2121
- name: Compile assets
2222
run: npm run build

0 commit comments

Comments
 (0)