From 8ca9a5574534fec8a673c4ab7810bee45682dbff Mon Sep 17 00:00:00 2001 From: Ivan Chernyshov Date: Sun, 22 Sep 2024 22:06:32 +0300 Subject: [PATCH] Fixes gh-pages docs recipe --- .github/workflows/documentation.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index af95e66..118a9e4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index d873a31..9b7e78e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ 2. [PyPI package](https://pypi.org/project/ilthermopy/): PyPI page of the package. -3. [Documentation](https://ilthermopy.readthedocs.io/): cookbook, descriptive API, and other useful information. +3. [Documentation](https://ivanchernyshov.github.io/ILThermoPy/): cookbook, descriptive API, and other useful information. 4. [Update tools](update/): script for semi-automatic update of structural information of new ILThermo compounds after database's update.