-
Notifications
You must be signed in to change notification settings - Fork 11
50 lines (47 loc) · 1.65 KB
/
ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: CI
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
# TODO: Remove once launch is merged
- "launch"
schedule:
# Run tests Tuesdays on master by default:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
- cron: "0 3 * * 2"
jobs:
broken-links:
name: Check 404s
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.65.3"
extended: true
- name: Build & check
run: |
hugo
npx linkinator ./public --recurse --retry --timeout=5000 --concurrency 10 --skip \
'https://github.com/volkamerlab/CADDCourse2020,
https://github.com/volkamerlab/CADDSeminar_2020,
https://github.com/volkamerlab/CADDSeminar_2019,
https://www.einsteinfoundation.de/en/people-projects/einstein-bih-visiting-fellows/john-chodera/,
https://www.einsteinfoundation.de/en/programmes/einstein-bih-visiting-fellow/,
https://systemsbiology.columbia.edu/faculty/mohammed-alquraishi,
https://systemsbiology.columbia.edu/,
https://www.bayer.com/,
linkedin.com,
html5up.net,
gepris.dfg.de,
dx.doi.org,
doi.org,
pubs.acs.org,
twitter.com,
https://www.csc.edu.cn/,
https://www.biorxiv.org/content/10.1101/2020.10.29.339317v2'