Skip to content

Commit af48038

Browse files
committed
Try to fix deploy workflow
1 parent e9d3fe1 commit af48038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
fetch-depth: 0 # Not needed if lastUpdated is not enabled
2727
- uses: pnpm/action-setup@v3 # pnpm is optional but recommended, you can also use npm / yarn
2828
with:
29-
version: 8
29+
version: 8
30+
- name: Change directory
31+
run: cd aiscript-docs
3032
- name: Setup Node
3133
uses: actions/setup-node@v4
3234
with:
3335
node-version: 20
3436
cache: pnpm
3537
- name: Setup Pages
3638
uses: actions/configure-pages@v5
37-
- name: Change directory
38-
run: cd aiscript-docs
3939
- name: Install dependencies
4040
run: pnpm install
4141
- name: Build with Rspress

0 commit comments

Comments
 (0)