Skip to content

Commit aaa968c

Browse files
committed
Update workflows
1 parent 8cf2479 commit aaa968c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
name: Build Docusaurus
1111
runs-on: ubuntu-latest
12+
defaults:
13+
run:
14+
working-directory: ./docs
1215
steps:
1316
- uses: actions/checkout@v4
1417
with:
@@ -17,9 +20,6 @@ jobs:
1720
with:
1821
node-version: 18
1922
cache: npm
20-
21-
- name: Set PWD
22-
run: cd docs
2323
- name: Install dependencies
2424
run: npm ci
2525
- name: Build website

0 commit comments

Comments
 (0)