We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04ddfa0 + 1d54f23 commit ab673a4Copy full SHA for ab673a4
1 file changed
.github/workflows/build_documentation.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: ammaraskar/sphinx-action@master
21
with:
22
docs-folder: "docs/"
23
- python-version: '3.11'
+ pre-build-command: "apt-get update -y && apt-get install -y python3"
24
# Create an artifact of the html output.
25
- uses: actions/upload-artifact@v1
26
0 commit comments