Skip to content

Commit ba6673d

Browse files
authored
Merge pull request #100 from petereon/fix-doc-publishing
Fix doc build
2 parents 9f147cb + 6ea0c3d commit ba6673d

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.github/workflows/python-publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ jobs:
4242
export PYTHONPATH=$(pwd)
4343
poe test
4444
45-
# - name: Install documentation dependencies
46-
# run: pip install -r docs/requirements.txt
47-
# - name: Build documentation
48-
# run: cd docs && novella
49-
# - name: Publish documentation
50-
# uses: JamesIves/[email protected]
51-
# with:
52-
# branch: gh-pages
53-
# folder: docs/_site
54-
# ssh-key: ${{ secrets.DEPLOY_KEY }}
45+
- name: Install documentation dependencies
46+
run: pip install -r docs/requirements.txt
47+
- name: Build documentation
48+
run: cd docs && novella
49+
- name: Publish documentation
50+
uses: JamesIves/[email protected]
51+
with:
52+
branch: gh-pages
53+
folder: docs/_site
54+
ssh-key: ${{ secrets.DEPLOY_KEY }}
5555

5656
- name: Publish package
5757
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ Internal logic of `beaupy` is supported for all the major platforms (Windows, Li
202202

203203
## License
204204

205-
The project is licensed under the [MIT License](LICENSE).
205+
The project is licensed under the [MIT License](https://raw.githubusercontent.com/petereon/beaupy/master/LICENSE).

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'beaupy'
3-
version = '3.8.3'
3+
version = '3.8.3.post1'
44
description = 'A library of elements for interactive TUIs in Python'
55
authors = ['Peter Vyboch <[email protected]>']
66
license = 'MIT'

0 commit comments

Comments
 (0)