We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d5c3cf + 8445b41 commit b49c9bdCopy full SHA for b49c9bd
.github/workflows/doc.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Build Document
20
run: |
21
pip install -r requirements-dev.txt
22
+ apt update
23
+ apt install -y pandoc
24
touch .env
25
echo "SPHINX_GITHUB_CHANGELOG_TOKEN=${{secrets.DOC_GH_API_TOKEN}}" > .env
26
sphinx-build -b html docs build
0 commit comments