0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-15 05:05:50 -05:00

ci: links checker, continue on error

This commit is contained in:
Robert Wolff 2025-02-02 19:35:21 +01:00
parent 42520fbfa7
commit a888b77ec4

View file

@ -2,7 +2,7 @@ name: Links
on:
schedule:
- cron: '00 18 * * *'
- cron: '0 18 * * *'
jobs:
linkChecker:
runs-on: docker
@ -23,9 +23,9 @@ jobs:
- name: Link Checker
id: lychee
run: ./lychee --config .lychee.toml docs v7/docs
continue-on-error: true
- name: Update issue
if: '!cancelled()'
uses: https://github.com/peter-evans/create-issue-from-file@v5.0.0
with:
title: Dead links report