Compare commits
3 Commits
actions-gi
...
1.0.0
Author | SHA1 | Date | |
---|---|---|---|
8c9ca536e8 | |||
62d7563010 | |||
1ed083a057 |
@ -2,10 +2,10 @@
|
||||
hc_location: devg/dli
|
||||
html_location: docs/dli/dev
|
||||
link: /data-lake-insight/dev-guide/
|
||||
rst_location: dev_guide/source
|
||||
rst_location: doc/dev-guide/source
|
||||
service_type: dli
|
||||
title: Developer Guide
|
||||
type: dev
|
||||
type: dev-guide
|
||||
cloud_environments:
|
||||
- name: eu_de
|
||||
visibility: public
|
||||
|
@ -12,6 +12,9 @@ jobs:
|
||||
tox-env: docs
|
||||
|
||||
- name: Upload documentation preview
|
||||
{% raw -%}
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
{%- endraw %}
|
||||
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
|
||||
@ -19,6 +22,9 @@ jobs:
|
||||
tox-env: docs
|
||||
|
||||
- name: Upload documentation preview
|
||||
{% raw -%}
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
{%- endraw %}
|
||||
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||
{%- endif %}
|
||||
with:
|
||||
|
@ -12,6 +12,9 @@ jobs:
|
||||
tox-env: pdf-docs
|
||||
|
||||
- name: Upload documentation preview
|
||||
{% raw -%}
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
{%- endraw %}
|
||||
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
|
||||
@ -19,6 +22,9 @@ jobs:
|
||||
tox-env: pdf-docs
|
||||
|
||||
- name: Upload documentation preview
|
||||
{% raw -%}
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
{%- endraw %}
|
||||
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||
{%- endif %}
|
||||
with:
|
||||
|
Reference in New Issue
Block a user