diff --git a/.github/workflows/.lycheeignore b/.github/workflows/.lycheeignore new file mode 100644 index 00000000..5be2e4d0 --- /dev/null +++ b/.github/workflows/.lycheeignore @@ -0,0 +1 @@ +docs.github.* \ No newline at end of file diff --git a/.github/workflows/broken-links-crawler.yml b/.github/workflows/broken-links-crawler.yml index 33a03104..19ecae8f 100644 --- a/.github/workflows/broken-links-crawler.yml +++ b/.github/workflows/broken-links-crawler.yml @@ -7,24 +7,14 @@ on: branches: - master jobs: - check_broken_links: + linkChecker: runs-on: ubuntu-latest steps: - - name: Check for broken links - id: link-report - uses: celinekurpershoek/github-actions-link-checker@v1.0.0 + - uses: actions/checkout@v3 + + - name: Link Checker + uses: lycheeverse/lychee-action@v1.5.0 with: - # Which website to check - url: https://accruent.github.io/robotframework-zoomba/ - ignorePatterns: 'github,google,githubusercontent' - - name: Check for broken links - id: link-report_2 - uses: celinekurpershoek/github-actions-link-checker@v1.0.0 - with: - # Which website to check - url: https://github.com/Accruent/robotframework-zoomba/blob/master/docs/README.md - ignorePatterns: 'github,google,githubusercontent' - - name: Get the result - run: echo "${{steps.link-report.outputs.result}}" - - name: Get the result 2 - run: echo "${{steps.link-report_2.outputs.result}}" + fail: true + env: + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/docs/APILibraryDocumentation.html b/docs/APILibraryDocumentation.html index d31fb04e..f8ceb3bb 100644 --- a/docs/APILibraryDocumentation.html +++ b/docs/APILibraryDocumentation.html @@ -6,7 +6,7 @@ - +