mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
FIXUP: remove check-doc from the CI, it's part of the main workflow
This commit is contained in:
parent
22198e889e
commit
0f8011ad6c
1 changed files with 0 additions and 26 deletions
26
.github/workflows/check-doc.yml
vendored
26
.github/workflows/check-doc.yml
vendored
|
@ -1,26 +0,0 @@
|
||||||
name: Check doc
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ 'master', 'stable-*' ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ 'master', 'stable-*' ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
test_doc:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "3.11"
|
|
||||||
cache: 'pip'
|
|
||||||
cache-dependency-path: '**/pyproject.toml'
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
python -m pip install tox
|
|
||||||
- name: Check we can generate documentation
|
|
||||||
run: tox -e docs
|
|
Loading…
Reference in a new issue