Skip to content

Commit

Permalink
[GHA] Attempt to fix the DocC action
Browse files Browse the repository at this point in the history
  • Loading branch information
karwa committed Dec 18, 2021
1 parent a67fde7 commit 8955de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "latest-tag=$(git tag -l | tail -1)" >> $GITHUB_ENV
- name: (latest-tag) Check if Documentation Exists
run: |
[ -d docs-out/${{ env.latest-tag }} ] && echo "latest-tag-has-docs=1" >> $GITHUB_ENV
if [ -d "docs-out/${{ env.latest-tag }}" ]; then echo "latest-tag-has-docs=1" >> "$GITHUB_ENV"; fi
# 8. If there is no documentation for the latest tag, build it.
- name: (latest-tag) Checkout Package
Expand Down

0 comments on commit 8955de8

Please sign in to comment.