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 35cfbc4 commit 88c48adCopy full SHA for 88c48ad
.github/workflows/ci.yaml
@@ -619,7 +619,7 @@ jobs:
619
- name: Install dependencies
620
run: |
621
cd offlinedocs
622
- sudo yarn --frozen-lockfile
+ yarn
623
624
- name: Format
625
@@ -633,6 +633,8 @@ jobs:
633
634
- name: Build
635
636
+ cd offlinedocs
637
+
638
version="$(./scripts/version.sh)"
639
make -j build/coder_docs_"$version".tgz
640
0 commit comments