Set the LATEST_RELEASE environment variable when building docs

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-14 06:46:36 +00:00 committed by Pedro Algarvio
parent 7552662156
commit e547b2d8c7
4 changed files with 8 additions and 0 deletions

View file

@ -261,6 +261,8 @@ jobs:
- name: Build Documentation
shell: bash
env:
LATEST_RELEASE: ${{ needs.prepare-workflow.outputs.salt-version }}
run: |
tools docs html --no-clean --archive salt-${{ needs.prepare-workflow.outputs.salt-version }}-docs.tar.xz

View file

@ -259,6 +259,8 @@ jobs:
- name: Build Documentation
shell: bash
env:
LATEST_RELEASE: ${{ needs.prepare-workflow.outputs.salt-version }}
run: |
tools docs html --no-clean --archive salt-${{ needs.prepare-workflow.outputs.salt-version }}-docs.tar.xz

View file

@ -259,6 +259,8 @@ jobs:
- name: Build Documentation
shell: bash
env:
LATEST_RELEASE: ${{ needs.prepare-workflow.outputs.salt-version }}
run: |
tools docs html --no-clean --archive salt-${{ needs.prepare-workflow.outputs.salt-version }}-docs.tar.xz

View file

@ -104,6 +104,8 @@ on:
- name: Build Documentation
shell: bash
env:
LATEST_RELEASE: ${{ needs.prepare-workflow.outputs.salt-version }}
run: |
tools docs html --no-clean --archive salt-${{ needs.prepare-workflow.outputs.salt-version }}-docs.tar.xz