diff options
author | 2022-05-29 23:48:31 +0400 | |
---|---|---|
committer | 2022-05-29 23:48:31 +0400 | |
commit | f5c4f7b6f3b10fafd5613a7bec469235443dec24 (patch) | |
tree | 650031817dc86a6db6c559263aacf122552e1540 /.github | |
parent | Check Out The Entire Repository For Multiversion (diff) |
Pass Branch Name To Docs In CI
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7bc0102d..8797d8f5 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -67,6 +67,7 @@ jobs: run: sphinx-multiversion docs docs/build -n -j auto env: BUILD_DOCS_FOR_HEAD: ${{ github.event_name == 'pull_request' }} + BRANCH_NAME: ${{ github.head_ref }} - name: Upload Build Artifact uses: actions/upload-artifact@v2 |