Skip to content

Документация | Создать MD страницы с документацией #20

Документация | Создать MD страницы с документацией

Документация | Создать MD страницы с документацией #20

Workflow file for this run

name: Документация | Создать MD страницы с документацией
# Controls when the workflow will run
on:
workflow_dispatch:
jobs:
Convert:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.TOKEN}}
- uses: otymko/[email protected]
with:
version: 1.9.0
- name: Установить osparser и cmdline
run: |
opm install osparser
opm install cmdline
- name: Выполнить скрипт парсинга тестов
run: oscript ./.github/workflows/os/docs_main.os
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Vitaly the Alpaca (bot)
commit_user_email: [email protected]
commit_author: Vitaly the Alpaca <[email protected]>
commit_message: Создание MD файлов документации