delete docs.yaml
This commit is contained in:
parent
9c2335c537
commit
39a0856e16
1 changed files with 0 additions and 24 deletions
24
.github/workflows/docs.yaml
vendored
24
.github/workflows/docs.yaml
vendored
|
@ -1,24 +0,0 @@
|
||||||
name: Documentation
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Set up latest Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "*"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
|
||||||
python -m pip install -e ".[d]"
|
|
||||||
python -m pip install -r "docs/requirements.txt"
|
|
||||||
|
|
||||||
- name: Build documentation
|
|
||||||
run: sphinx-build -a -b html -W --keep-going docs/ docs/_build
|
|
Loading…
Reference in a new issue