Skip to content

Commit df4d659

Browse files
committed
Docs did not publish on release
Problem: The docs did not publish a release because of missing C dependency. Solution: Added pre-build-cmd installation instructions to the github publish workflow. Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
1 parent 7925f7f commit df4d659

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-cmd: "apt-get update && apt-get install -y libenchant-2-2"
39+
pre-build-command: "apt-get update && 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)