Compare commits
9 Commits
1.0.0
...
actions-gi
| Author | SHA1 | Date | |
|---|---|---|---|
| 1712106844 | |||
| 8f04b4ca09 | |||
| b0f471ac02 | |||
| 2174272b35 | |||
| f4159c539c | |||
| 1dbc4f0122 | |||
| 770391518d | |||
| 64a18eedb5 | |||
| 6cb27fbadb |
@ -2,10 +2,10 @@
|
|||||||
hc_location: devg/dli
|
hc_location: devg/dli
|
||||||
html_location: docs/dli/dev
|
html_location: docs/dli/dev
|
||||||
link: /data-lake-insight/dev-guide/
|
link: /data-lake-insight/dev-guide/
|
||||||
rst_location: doc/dev-guide/source
|
rst_location: dev_guide/source
|
||||||
service_type: dli
|
service_type: dli
|
||||||
title: Developer Guide
|
title: Developer Guide
|
||||||
type: dev-guide
|
type: dev
|
||||||
cloud_environments:
|
cloud_environments:
|
||||||
- name: eu_de
|
- name: eu_de
|
||||||
visibility: public
|
visibility: public
|
||||||
|
|||||||
@ -12,9 +12,6 @@ jobs:
|
|||||||
tox-env: docs
|
tox-env: docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- 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
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- elif environment == 'public' %}
|
{%- elif environment == 'public' %}
|
||||||
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
||||||
@ -22,9 +19,6 @@ jobs:
|
|||||||
tox-env: docs
|
tox-env: docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- 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
|
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -12,9 +12,6 @@ jobs:
|
|||||||
tox-env: pdf-docs
|
tox-env: pdf-docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- 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
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- elif environment == 'public' %}
|
{%- elif environment == 'public' %}
|
||||||
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
||||||
@ -22,9 +19,6 @@ jobs:
|
|||||||
tox-env: pdf-docs
|
tox-env: pdf-docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- 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
|
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user