mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set the LATEST_RELEASE
environment variable when building docs
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
7552662156
commit
e547b2d8c7
4 changed files with 8 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/templates/ci.yml.jinja
vendored
2
.github/workflows/templates/ci.yml.jinja
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue