(cherry picked from commit b525e836d1)
This commit is contained in:
Jirka Borovec 2021-01-05 22:24:51 +01:00
Родитель 62a5f4eac8
Коммит 723f3ded46
1 изменённых файлов: 11 добавлений и 11 удалений

22
.github/workflows/docs-check.yml поставляемый
Просмотреть файл

@ -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