Skip to content

Commit

Permalink
fixing documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 5, 2023
1 parent aed262d commit 4275acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/actions/mkdocs-publish/action.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
java-version: '17'
distribution: zulu

- name: Set up gradle properties
run: scripts/setup-gradle.sh

- name: Release version
id: release
run: echo "version=$(echo ${{ github.ref }} | cut -d / -f3)" >> ${{ github.output }}
Expand Down

0 comments on commit 4275acb

Please sign in to comment.