Skip to content

Commit

Permalink
fix missing env vars in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Dec 23, 2021
1 parent d52b3ec commit 6b9b8c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
env:
DOCS_FOLDER: docs
DOCS_BRANCH: documentation
TAG_NAME: ${GITHUB_REF#refs/tags/}
IS_TAG_BUILD: ${{ startsWith(github.event.ref, 'refs/tags') }}
IS_MAIN_BRANCH: ${{ github.ref == 'refs/heads/main' }}

jobs:
changes:
Expand Down

0 comments on commit 6b9b8c5

Please sign in to comment.