Compare commits
9 Commits
analytics-
...
actions-gi
| Author | SHA1 | Date | |
|---|---|---|---|
| 1712106844 | |||
| 8f04b4ca09 | |||
| b0f471ac02 | |||
| 2174272b35 | |||
| f4159c539c | |||
| 1dbc4f0122 | |||
| 770391518d | |||
| 64a18eedb5 | |||
| 6cb27fbadb |
@ -2,11 +2,11 @@
|
||||
"evs",
|
||||
"ims",
|
||||
"ecs",
|
||||
"cce",
|
||||
"obs",
|
||||
"cce",
|
||||
"elb",
|
||||
"rds",
|
||||
"sfs",
|
||||
"iam",
|
||||
"vpc",
|
||||
"ces",
|
||||
"sfs"
|
||||
"vpc"
|
||||
]
|
||||
@ -2,11 +2,11 @@
|
||||
"evs",
|
||||
"ims",
|
||||
"ecs",
|
||||
"cce",
|
||||
"obs",
|
||||
"cce",
|
||||
"elb",
|
||||
"rds",
|
||||
"iam",
|
||||
"vpc",
|
||||
"ces",
|
||||
"elb"
|
||||
"vpn"
|
||||
]
|
||||
@ -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