We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c48ad commit b644c5cCopy full SHA for b644c5c
.github/workflows/ci.yaml
@@ -616,10 +616,10 @@ jobs:
616
with:
617
directory: offlinedocs
618
619
- - name: Install dependencies
620
- run: |
621
- cd offlinedocs
622
- yarn
+ # - name: Install dependencies
+ # run: |
+ # cd offlinedocs
+ # yarn
623
624
- name: Format
625
run: |
@@ -633,8 +633,6 @@ jobs:
633
634
- name: Build
635
636
637
-
638
version="$(./scripts/version.sh)"
639
make -j build/coder_docs_"$version".tgz
640
0 commit comments