Skip to content

Commit 88c48ad

Browse files
committed
test
1 parent 35cfbc4 commit 88c48ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ jobs:
619619
- name: Install dependencies
620620
run: |
621621
cd offlinedocs
622-
sudo yarn --frozen-lockfile
622+
yarn
623623
624624
- name: Format
625625
run: |
@@ -633,6 +633,8 @@ jobs:
633633
634634
- name: Build
635635
run: |
636+
cd offlinedocs
637+
636638
version="$(./scripts/version.sh)"
637639
make -j build/coder_docs_"$version".tgz
638640

0 commit comments

Comments
 (0)