Skip to content

Commit

Permalink
Another minor refactoring of release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Feb 24, 2022
1 parent 088b40b commit 006c399
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ jobs:
author_name: ${{ secrets.GIT_USER_NAME }}
author_email: $${ secrets.GIT_USER_EMAIL }}
message: 'Set version to next SNAPSHOT'
- name: Check file existence
- name: Check file documentation exists
id: check_documentation
uses: andstor/file-existence-action@v1
with:
files: "src/docs/asciidoc"

files: "src/docs"
- name: Build documentation
if: steps.check_documentation.outputs.files_exists == 'true'
env:
Expand Down

0 comments on commit 006c399

Please sign in to comment.