Skip to content

Commit ab673a4

Browse files
authored
Merge pull request #216 from MoseleyBioinformaticsLab/docs
Ensures that the up-to-date version of python3 is ran when building the documentation
2 parents 04ddfa0 + 1d54f23 commit ab673a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: ammaraskar/sphinx-action@master
2121
with:
2222
docs-folder: "docs/"
23-
python-version: '3.11'
23+
pre-build-command: "apt-get update -y && apt-get install -y python3"
2424
# Create an artifact of the html output.
2525
- uses: actions/upload-artifact@v1
2626
with:

0 commit comments

Comments
 (0)