Skip to content

Commit

Permalink
Merge pull request #100 from petereon/fix-doc-publishing
Browse files Browse the repository at this point in the history
Fix doc build
  • Loading branch information
petereon authored Jul 10, 2024
2 parents 9f147cb + 6ea0c3d commit ba6673d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
export PYTHONPATH=$(pwd)
poe test
# - name: Install documentation dependencies
# run: pip install -r docs/requirements.txt
# - name: Build documentation
# run: cd docs && novella
# - name: Publish documentation
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: docs/_site
# ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Install documentation dependencies
run: pip install -r docs/requirements.txt
- name: Build documentation
run: cd docs && novella
- name: Publish documentation
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/_site
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ Internal logic of `beaupy` is supported for all the major platforms (Windows, Li

## License

The project is licensed under the [MIT License](LICENSE).
The project is licensed under the [MIT License](https://raw.githubusercontent.com/petereon/beaupy/master/LICENSE).
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'beaupy'
version = '3.8.3'
version = '3.8.3.post1'
description = 'A library of elements for interactive TUIs in Python'
authors = ['Peter Vyboch <[email protected]>']
license = 'MIT'
Expand Down

0 comments on commit ba6673d

Please sign in to comment.