0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-12 04:44:48 -05:00
forgejo-docs/.forgejo/workflows/links.yml

34 lines
852 B
YAML
Raw Normal View History

2024-05-03 22:23:35 +02:00
name: Links
on:
schedule:
- cron: '00 18 * * *'
jobs:
linkChecker:
runs-on: docker
steps:
- name: Checkout next
uses: actions/checkout@v4
- name: Checkout v7
uses: actions/checkout@v4
with:
path: v7
2024-05-05 12:41:05 +02:00
- name: Install lychee
run: |
2025-01-08 14:19:44 +01:00
curl -sLO "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.18.0/lychee-x86_64-unknown-linux-gnu.tar.gz"
tar -xvzf "lychee-x86_64-unknown-linux-gnu.tar.gz"
2024-05-03 22:23:35 +02:00
- name: Link Checker
id: lychee
run: ./lychee --config .lychee.toml docs v7/docs
- name: Update issue
if: '!cancelled()'
uses: https://github.com/peter-evans/create-issue-from-file@v5.0.0
with:
title: Dead links report
issue-number: 583
content-filepath: ./report.md