Skip to content

Commit

Permalink
Merge branch 'main' into 670-type-safe-entry-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Jul 23, 2024
2 parents 1e06812 + 5621e02 commit 60fa3bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/broken-links-and-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
force: true

- name: Check the README for broken links
uses: becheran/mlc@v0.17.0
uses: becheran/mlc@v0.18.0
with:
args: --do-not-warn-for-redirect-to "http*://github.com/flowr-analysis/*,http*://flowr-analysis.github.io/*" --ignore-links "http*://hub.docker.com/r/*" README.md
args: --do-not-warn-for-redirect-to "http*://github.com/flowr-analysis/*,http*://flowr-analysis.github.io/*" README.md

- name: Publish the Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
Expand All @@ -77,7 +77,7 @@ jobs:
token: ${{ secrets.GH_DEPLOY_WIKI }}

- name: Check the Wiki pages for broken links
uses: becheran/mlc@v0.17.0
uses: becheran/mlc@v0.18.0
if: ${{ always() && !failure() }}
with:
args: --do-not-warn-for-redirect-to "http*://github.com/flowr-analysis/*,http*://flowr-analysis.github.io/*" wiki/

0 comments on commit 60fa3bf

Please sign in to comment.