Skip to content

Commit 4a0bc22

Browse files
committed
chore: fix directory navigation step in Docusaurus deployment workflow
1 parent facaf60 commit 4a0bc22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
name: Build Docusaurus
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: cd to docs
15-
run: cd docs
16-
1714
- uses: actions/checkout@v4
1815
with:
1916
fetch-depth: 0
17+
18+
- name: cd to docs
19+
run: cd docs
20+
2021
- uses: actions/setup-node@v4
2122
with:
2223
node-version: 18.x

0 commit comments

Comments
 (0)