Skip to content

Commit

Permalink
Try fix links checker
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid authored Dec 26, 2023
1 parent baf0ef1 commit 3ef2fd6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Links

on:
repository_dispatch:
workflow_dispatch:
push:
branches:
- generated
Expand All @@ -9,17 +11,9 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
with:
ref: generated
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue

0 comments on commit 3ef2fd6

Please sign in to comment.