Skip to content

Commit 22878f7

Browse files
cwd take 2
1 parent fbbd1b8 commit 22878f7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-guide.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Deploy Codebase Guide
2+
name: Deploy The Guide
33

44
on:
55
push:
@@ -24,7 +24,8 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
run_install.cwd: guide
27+
run_install:
28+
- cwd: guide
2829
# version: 9
2930

3031
- name: Setup Node.js

0 commit comments

Comments
 (0)