mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-05-11 21:26:43 +03:00
ci: links checker, continue on error
This commit is contained in:
parent
42520fbfa7
commit
a888b77ec4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ name: Links
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 18 * * *'
|
- cron: '0 18 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
linkChecker:
|
linkChecker:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -23,9 +23,9 @@ jobs:
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
id: lychee
|
id: lychee
|
||||||
run: ./lychee --config .lychee.toml docs v7/docs
|
run: ./lychee --config .lychee.toml docs v7/docs
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Update issue
|
- name: Update issue
|
||||||
if: '!cancelled()'
|
|
||||||
uses: https://github.com/peter-evans/create-issue-from-file@v5.0.0
|
uses: https://github.com/peter-evans/create-issue-from-file@v5.0.0
|
||||||
with:
|
with:
|
||||||
title: Dead links report
|
title: Dead links report
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue