3 Commits

Author SHA1 Message Date
8c9ca536e8 move dli dev guide to new location (#61)
Reviewed-on: #61
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2025-10-14 12:19:34 +00:00
62d7563010 Prevent upload to swift if its from a fork (#60)
All checks were successful
Create Weekly Analytics Stats / run-analytics (push) Successful in 12s
Reviewed-on: #60
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2025-10-08 12:23:49 +00:00
1ed083a057 actions-github (#58)
Reviewed-on: #58
Reviewed-by: Tino Schreiber <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2025-10-08 06:45:16 +00:00
3 changed files with 14 additions and 2 deletions

View File

@ -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: dev_guide/source rst_location: doc/dev-guide/source
service_type: dli service_type: dli
title: Developer Guide title: Developer Guide
type: dev type: dev-guide
cloud_environments: cloud_environments:
- name: eu_de - name: eu_de
visibility: public visibility: public

View File

@ -12,6 +12,9 @@ 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
@ -19,6 +22,9 @@ 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:

View File

@ -12,6 +12,9 @@ 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
@ -19,6 +22,9 @@ 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: