Skip to content

Commit

Permalink
Disable linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Oct 27, 2024
1 parent fc7531d commit f02e827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Build book
run: |
conda activate abipy
jupyter-book build abipy_book --builder linkcheck
jupyter-book build abipy_book
#jupyter-book build abipy_book --builder linkcheck
- name: Upload the book's HTML as an artifact
uses: actions/upload-pages-artifact@v2
Expand Down
3 changes: 1 addition & 2 deletions abipy_book/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ kernelspec:
## ABINIT

* [ABINIT Tutorials](https://docs.abinit.org/tutorial)
* [ABINIT Wiki](https://wiki.abinit.org/doku.php)
* [ABINIT Forum](https://forum.abinit.org)
* [ABINIT Forum](https://discourse.abinit.org/)
* [PseudoDojo](http://www.pseudo-dojo.org): Tables of pseudopotentials

## Python programming
Expand Down

0 comments on commit f02e827

Please sign in to comment.