mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
Установка библиотек в wf доков
This commit is contained in:
parent
daab35d740
commit
bd1936fd99
4
.github/workflows/docs_examples.yml
vendored
4
.github/workflows/docs_examples.yml
vendored
@ -22,6 +22,10 @@ jobs:
|
||||
with:
|
||||
version: 1.9.0
|
||||
|
||||
- name: Установить osparser
|
||||
run: |
|
||||
opm install osparser
|
||||
|
||||
- name: Выполнить скрипт парсинга тестов
|
||||
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
|
||||
with:
|
||||
version: 1.9.0
|
||||
|
||||
- name: Установить osparser и cmdline
|
||||
run: |
|
||||
opm install osparser
|
||||
opm install cmdline
|
||||
|
||||
- name: Выполнить скрипт парсинга тестов
|
||||
run: oscript ./.github/workflows/os/oint_docs.os
|
||||
|
||||
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_user_name: Vitaly the Alpaca (bot)
|
||||
|
Loading…
Reference in New Issue
Block a user