Skip to content

Commit 39df762

Browse files
committed
mv
- cd to docs before attempting to set up pages
1 parent 708a45d commit 39df762

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25+
- name: cd to docs/
26+
run: cd docs/
2527
- name: Install pnpm
2628
uses: pnpm/action-setup@v4
2729
with:
@@ -33,8 +35,6 @@ jobs:
3335
cache: pnpm
3436
- name: Setup Pages
3537
uses: actions/configure-pages@v4
36-
- name: cd to docs/
37-
run: cd docs/
3838
- name: Install dependencies
3939
run: pnpm install
4040
- name: Build with VitePress

0 commit comments

Comments
 (0)