gh-actions
All checks were successful
Run Tox Check / tox-py312 (pull_request) Successful in 18s
Run Tox Check / tox-pep8 (pull_request) Successful in 15s

This commit is contained in:
2025-10-02 12:32:16 +00:00
parent 6cb27fbadb
commit 64a18eedb5
2 changed files with 19 additions and 1 deletions

View File

@ -6,12 +6,21 @@ jobs:
tox-docs:
runs-on: ubuntu-latest
steps:
{%- if environment == 'internal' %}
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
with:
tox-env: docs
- name: Upload documentation preview
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
{%- elif environment == 'public' %}
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
with:
tox-env: docs
- name: Upload documentation preview
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
{%- endif %}
with:
docs_path: "doc/build/html"
docs_service: {{ service_uri }}