We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e23d2 commit 1a668c5Copy full SHA for 1a668c5
.github/workflows/hello-world.yml
.github/workflows/publish-docs.yml
@@ -1,13 +1,17 @@
1
name: publish-docs
2
-on: [workflow_dispatch]
+on: workflow_dispatch
3
jobs:
4
gh-pages:
5
runs-on: ubuntu-latest
6
+
7
steps:
8
- name: Checkout repository
9
uses: actions/checkout@v2
10
11
- name: Sphinx Build
12
uses: ammaraskar/[email protected]
13
with:
- 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