Родитель
62a5f4eac8
Коммит
723f3ded46
|
@ -5,17 +5,17 @@ on:
|
|||
- pull_request
|
||||
|
||||
jobs:
|
||||
check-docs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ammaraskar/sphinx-action@master
|
||||
with:
|
||||
# git is required to clone the docs theme
|
||||
# before custom requirement are resolved https://github.com/ammaraskar/sphinx-action/issues/16
|
||||
pre-build-command: "apt-get update -y && apt-get install -y git && pip install -r docs/requirements.txt --use-feature=2020-resolver"
|
||||
docs-folder: "docs/"
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
#check-docs:
|
||||
# runs-on: ubuntu-20.04
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - uses: ammaraskar/sphinx-action@master
|
||||
# with:
|
||||
# # git is required to clone the docs theme
|
||||
# # before custom requirement are resolved https://github.com/ammaraskar/sphinx-action/issues/16
|
||||
# pre-build-command: "apt-get update -y && apt-get install -y git && pip install -r docs/requirements.txt --use-feature=2020-resolver"
|
||||
# docs-folder: "docs/"
|
||||
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
test-docs:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Загрузка…
Ссылка в новой задаче