Skip to content

Commit b3f0a11

Browse files
committed
Docs did not publish on release
Problem: The docs did not publish a release because of a buggy github action. Solution: Removed apt-get update from pre-build-cmd in action. Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
1 parent df4d659 commit b3f0a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: ammaraskar/sphinx-action@master
3737
with:
3838
docs-folder: "docs/"
39-
pre-build-command: "apt-get update && apt-get install -y libenchant-2-2"
39+
pre-build-command: "apt-get install -y libenchant-2-2"
4040
- name: Publish docs
4141
uses: peaceiris/actions-gh-pages@v3
4242
with:

0 commit comments

Comments
 (0)