Skip to content

Commit 9f2157e

Browse files
committed
fix path
1 parent 5fe55c1 commit 9f2157e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,11 @@ jobs:
618618

619619
- name: Install dependencies
620620
run: |
621+
cd offlinedocs
622+
yarn
621623
# Install prettier globally
622624
prettier_version=$(jq '{dependencies: {prettier: .devDependencies.prettier}}' < package.json)
623625
yarn global add prettier@$prettier_version
624-
cd offlinedocs
625-
yarn
626626
627627
- name: Format
628628
run: |

0 commit comments

Comments
 (0)