Skip to content

Commit b644c5c

Browse files
committed
test
1 parent 88c48ad commit b644c5c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -616,10 +616,10 @@ jobs:
616616
with:
617617
directory: offlinedocs
618618

619-
- name: Install dependencies
620-
run: |
621-
cd offlinedocs
622-
yarn
619+
# - name: Install dependencies
620+
# run: |
621+
# cd offlinedocs
622+
# yarn
623623

624624
- name: Format
625625
run: |
@@ -633,8 +633,6 @@ jobs:
633633
634634
- name: Build
635635
run: |
636-
cd offlinedocs
637-
638636
version="$(./scripts/version.sh)"
639637
make -j build/coder_docs_"$version".tgz
640638

0 commit comments

Comments
 (0)