You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-24 19:49:22 +02:00
Установка библиотек в wf доков
This commit is contained in:
4
.github/workflows/docs_examples.yml
vendored
4
.github/workflows/docs_examples.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 1.9.0
|
version: 1.9.0
|
||||||
|
|
||||||
|
- name: Установить osparser
|
||||||
|
run: |
|
||||||
|
opm install osparser
|
||||||
|
|
||||||
- name: Выполнить скрипт парсинга тестов
|
- name: Выполнить скрипт парсинга тестов
|
||||||
run: oscript ./.github/workflows/os/docs_examples.os
|
run: oscript ./.github/workflows/os/docs_examples.os
|
||||||
|
|
||||||
|
7
.github/workflows/docs_md.yml
vendored
7
.github/workflows/docs_md.yml
vendored
@@ -21,10 +21,17 @@ jobs:
|
|||||||
- uses: otymko/setup-onescript@v1.4
|
- uses: otymko/setup-onescript@v1.4
|
||||||
with:
|
with:
|
||||||
version: 1.9.0
|
version: 1.9.0
|
||||||
|
|
||||||
|
- name: Установить osparser и cmdline
|
||||||
|
run: |
|
||||||
|
opm install osparser
|
||||||
|
opm install cmdline
|
||||||
|
|
||||||
- name: Выполнить скрипт парсинга тестов
|
- name: Выполнить скрипт парсинга тестов
|
||||||
run: oscript ./.github/workflows/os/oint_docs.os
|
run: oscript ./.github/workflows/os/oint_docs.os
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_user_name: Vitaly the Alpaca (bot)
|
commit_user_name: Vitaly the Alpaca (bot)
|
||||||
|
Reference in New Issue
Block a user