Unverified Commit e8067ac4 authored by del-zhenwu's avatar del-zhenwu Committed by GitHub
Browse files

Create link-check.yml (#853)

* Create link-check.yml

* Update link-check.yml
parent cdca59ff
name: 'Link check'
on:
schedule:
# check links at 01:30 a.m. every day
- cron: '30 1 * * *'
jobs:
link-check:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v3
- name: linkchecker
run: |
pip install linkchecker
linkchecker https://opencompass.readthedocs.io/ --no-robots -t 30
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment