Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Apr 26, 2024
1 parent 23c8c3f commit 23ca096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- id: build-sphinx-documentation
name: Build Sphinx documentation
run: pipenv run make build
run: |
pipenv run python createconf.py;
pipenv run sphinx-build -b html src _build;
shell: bash
working-directory: docs
env:
Expand Down
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

0 comments on commit 23ca096

Please sign in to comment.