Skip to content

Commit

Permalink
Merge branch 'hotfix/docs-links' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jun 6, 2024
2 parents 8d37fef + 1107fb8 commit 4ed00fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
cd ${{ github.workspace }}/docs
sphinx-multiversion source build/html
- name: Make symlinks
run: |
ln -sf build/html/main build/html/stable
ln -sf build/html/develop build/html/dev
# - name: Make symlinks
# run: |
# ln -sf ${{ github.workspace }}/build/html/main ${{ github.workspace }}/build/html/stable
# ln -sf ${{ github.workspace }}/build/html/develop ${{ github.workspace }}/build/html/dev

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ A Python package implementing both batch and incremental cluster validity indice
[zenodo-url]: https://zenodo.org/badge/latestdoi/526280198

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://AP6YC.github.io/cvi/stable
[docs-stable-url]: https://AP6YC.github.io/cvi/main

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://AP6YC.github.io/cvi/dev
[docs-dev-url]: https://AP6YC.github.io/cvi/develop

[ci-img]: https://github.com/AP6YC/cvi/actions/workflows/Test.yml/badge.svg
[ci-url]: https://github.com/AP6YC/cvi/actions/workflows/Test.yml
Expand Down

0 comments on commit 4ed00fc

Please sign in to comment.