Skip to content

Commit

Permalink
fixed publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 5, 2023
1 parent ef54379 commit e3b38dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./gradlew -Pversion=${{ steps.release.outputs.version }} build

- name: Build documentation
uses: ./gradlew mkdocs
run: ./gradlew mkdocs

- name: Publish documentation
uses: ./.github/actions/mkdocs-publish

0 comments on commit e3b38dd

Please sign in to comment.