Skip to content

Website tests

Website tests #58

# Copyright (C) The DDC development team, see COPYRIGHT.md file
#
# SPDX-License-Identifier: MIT
---
name: Website tests
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 1 * * *" # every day at 1am
workflow_dispatch:
permissions:
contents: read
jobs:
links-check:
name: Links check using linkchecker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
ref: gh-pages
- name: Install linkchecker
run: |
pipx install linkchecker~=10.6
- name: Analysing the links of the website
run: |
linkchecker --check-extern --ignore-url=https://www.doxygen.org/index.html index.html