Skip to content

Commit

Permalink
Ensure docs invokes typedoc with correct properties (deephaven#5146)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Feb 14, 2024
1 parent 7f672fc commit 02dc828
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-ci-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
- name: Set JAVA_HOME
run: echo "JAVA_HOME=${{ steps.setup-java-11.outputs.path }}" >> $GITHUB_ENV

- name: Setup gradle properties
run: |
.github/scripts/gradle-properties.sh >> gradle.properties
cat gradle.properties
- name: Run typedoc on JS API
uses: burrunan/gradle-cache-action@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ jobs:
- name: Set JAVA_HOME
run: echo "JAVA_HOME=${{ steps.setup-java-11.outputs.path }}" >> $GITHUB_ENV

- name: Setup gradle properties
run: |
.github/scripts/gradle-properties.sh >> gradle.properties
cat gradle.properties
- name: Run typedoc on JS API
uses: burrunan/gradle-cache-action@v1
with:
Expand Down

0 comments on commit 02dc828

Please sign in to comment.