Skip to content

Commit

Permalink
Allow publish-docs CI to run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Oct 28, 2023
1 parent be1406b commit 60d6cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: set up JDK
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17

- name: Setup Python
Expand Down

0 comments on commit 60d6cb7

Please sign in to comment.