Skip to content

Touchup the iframe element of DataLad-Registry talk #5

Touchup the iframe element of DataLad-Registry talk

Touchup the iframe element of DataLad-Registry talk #5

Workflow file for this run

---
name: Check Links
on:
pull_request:
branches:
- master
jobs:
check_links:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Requirements
run: |
pip install pelican linkchecker
- name: Build site
run: |
make html
- name: Check links
run: |
linkchecker -f .linkcheckerrc -t 1 output/