Skip to content

.github/workflows/linkcheck.yml #14

.github/workflows/linkcheck.yml

.github/workflows/linkcheck.yml #14

Workflow file for this run

on:
schedule:
- cron: '27 4 * * 1' # Run at 4:27 every monday
jobs:
linkcheck:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Install Zola
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Check links
run: |
zola check