Skip to content

Commit facaf60

Browse files
committed
chore: fix directory navigation in Docusaurus deployment workflow
1 parent 925040f commit facaf60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
name: Build Docusaurus
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: cd to docs
15+
run: cd docs
16+
1417
- uses: actions/checkout@v4
1518
with:
1619
fetch-depth: 0
1720
- uses: actions/setup-node@v4
1821
with:
1922
node-version: 18.x
20-
cache: npm
21-
22-
- name: cd to docs
23-
run: cd docs
23+
cache: npㅡ
2424

2525
- name: Install dependencies
2626
run: npm install --silent

0 commit comments

Comments
 (0)