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
|
||||
html_location: docs/dli/dev
|
||||
link: /data-lake-insight/dev-guide/
|
||||
rst_location: doc/dev-guide/source
|
||||
rst_location: dev_guide/source
|
||||
service_type: dli
|
||||
title: Developer Guide
|
||||
type: dev-guide
|
||||
type: dev
|
||||
cloud_environments:
|
||||
- name: eu_de
|
||||
visibility: public
|
||||
|
||||
@ -12,9 +12,6 @@ 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
|
||||
@ -22,9 +19,6 @@ 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,9 +12,6 @@ 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
|
||||
@ -22,9 +19,6 @@ 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