Skip to content

Commit 23ca096

Browse files
committed
Try this
1 parent 23c8c3f commit 23ca096

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/continuous-deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929

3030
- id: build-sphinx-documentation
3131
name: Build Sphinx documentation
32-
run: pipenv run make build
32+
run: |
33+
pipenv run python createconf.py;
34+
pipenv run sphinx-build -b html src _build;
3335
shell: bash
3436
working-directory: docs
3537
env:

Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)