Skip to content

Commit fbe6cd5

Browse files
committed
fix
1 parent f343206 commit fbe6cd5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docs-check.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ on:
2323
jobs:
2424
test-deploy:
2525
runs-on: ubuntu-latest
26-
defaults:
27-
run:
28-
working-directory: ./website
2926
steps:
3027
- uses: actions/checkout@v4
3128
with:
@@ -35,6 +32,8 @@ jobs:
3532
node-version: 18
3633
cache: npm
3734
- name: Install dependencies
35+
working-directory: ./website
3836
run: npm ci
3937
- name: Test build website
40-
run: npm run build -- --no-minify
38+
working-directory: ./website
39+
run: npm run build -- --no-minify

0 commit comments

Comments
 (0)