Skip to content

Commit cbc32a7

Browse files
committed
Attempt #4 github actions build
1 parent dafed43 commit cbc32a7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
uses: actions/setup-python@v1
1919
with:
2020
python-version: 3.8
21-
- name: Install dependencies
22-
run: |
23-
pip install -r requirements-docs.txt
24-
pip install -e .
2521
- uses: ammaraskar/sphinx-action@master
2622
with:
23+
pre-build-command: "pip install -e ."
2724
docs-folder: "docs/"
2825
# ===============================
2926
- name: Commit documentation changes
File renamed without changes.

0 commit comments

Comments
 (0)