diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 257cbab..52d2457 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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/github-pages-deploy-action@4.1.4 - # 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/github-pages-deploy-action@4.1.4 + with: + branch: gh-pages + folder: docs/_site + ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Publish package uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 diff --git a/README.md b/README.md index e0391a0..c433f8b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..c08f9ad --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +_site \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 66af58f..45f037b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 '] license = 'MIT'