Skip to content

Commit

Permalink
Fixed publishing docs on release
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Sep 1, 2023
1 parent aef36c2 commit 4b9f02d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ env.MAIN_BRANCH != 'true' }}
- run: pip install mkdocs-material
- run: pip install mkdocs-macros-plugin
- run: pip install mkdocs-redirects
Expand Down

0 comments on commit 4b9f02d

Please sign in to comment.