Skip to content

Commit

Permalink
Fix docs publishing (#203)
Browse files Browse the repository at this point in the history
* try and fix the docs publishing

* only do it on main now
  • Loading branch information
nplasterer authored Mar 22, 2024
1 parent b11feaa commit ab4898e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: Build documentation
run: ./gradlew dokkaHtml
- name: Publish documentation
Expand Down

0 comments on commit ab4898e

Please sign in to comment.