Skip to content

Commit c05f8f3

Browse files
authored
CI: Adding link check cronjob (#1270)
* Adding link check cronjob * Updating python version, and adding workflow dispatch * MAINT: fix broken link
1 parent dd13d54 commit c05f8f3

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/linkcheck.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Build documentation
22

33
on:
4+
schedule:
5+
# Once a month is enough
6+
- cron: '0 1 15 * *'
47
pull_request:
8+
workflow_dispatch:
59

610
jobs:
711
check-links:
@@ -10,7 +14,7 @@ jobs:
1014
- uses: actions/checkout@v4
1115
- uses: actions/setup-python@v5
1216
with:
13-
python-version: '3.9'
17+
python-version: '3.13'
1418
cache: 'pip'
1519

1620
- name: Build the documentation

docs/gallery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- name: Show the Physics
2121
website: https://interactivetextbooks.tudelft.nl/showthephysics/
2222
repository: https://github.com/TeachBooks/Showing-Physics
23-
image: https://interactivetextbooks.tudelft.nl/showthephysics/_images/coverbook.jpg
23+
image: https://interactivetextbooks.tudelft.nl/showthephysics/_images/coverbook.jpg
2424
- name: Developing with QIIME 2
2525
website: https://develop.qiime2.org
2626
repository: https://github.com/caporaso-lab/developing-with-qiime2
@@ -489,7 +489,7 @@
489489
- name: "Python Data Science 数据科学"
490490
repository: https://github.com/RobinChen121/book-Python-Data-Science
491491
website: https://robinchen121.github.io/book-Python-Data-Science
492-
image: https://github.com/RobinChen121/book-Python-Data-Science/blob/main/data-science/logo2.png
492+
image: https://github.com/RobinChen121/book-Python-Data-Science/blob/main/data-science-cn/logo2.png
493493
- name: "Computational Astrophysics"
494494
repository: https://github.com/zingale/computational_astrophysics
495495
website: https://zingale.github.io/computational_astrophysics/

0 commit comments

Comments
 (0)