Skip to content

Commit 1a668c5

Browse files
committed
cleanup actions
1 parent e1e23d2 commit 1a668c5

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/hello-world.yml

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

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: publish-docs
2-
on: [workflow_dispatch]
2+
on: workflow_dispatch
33
jobs:
44
gh-pages:
55
runs-on: ubuntu-latest
6+
67
steps:
78
- name: Checkout repository
89
uses: actions/checkout@v2
910

1011
- name: Sphinx Build
1112
uses: ammaraskar/[email protected]
1213
with:
13-
docs-folder: "doc/"
14+
docs-folder: "doc/"
15+
pre-build-command: "pip install six"
16+
build-command: "sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html"
17+

0 commit comments

Comments
 (0)