From c9df5c64386961a804114a4c01a0d8d17ae00a44 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Wed, 31 Jan 2024 17:50:12 +0100 Subject: [PATCH] Fix yaml --- .github/workflows/check_documentation_links.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check_documentation_links.yaml b/.github/workflows/check_documentation_links.yaml index 2f323d80..b7d33cbe 100644 --- a/.github/workflows/check_documentation_links.yaml +++ b/.github/workflows/check_documentation_links.yaml @@ -1,4 +1,4 @@ -name: Check Notebook Links +name: Check Documentation Links on: push: @@ -14,10 +14,10 @@ jobs: with: fetch-depth: 0 - - name: Link Checker - id: lychee - uses: lycheeverse/lychee-action@v1.9.0 - with: - fail: true - args: --verbose --no-progress 'doc/**/*.md' 'README.md' + - name: Link Checker + id: lychee + uses: lycheeverse/lychee-action@v1.9.0 + with: + fail: true + args: --verbose --no-progress 'doc/**/*.md' 'README.md'