Skip to content

Commit

Permalink
Disable linkchecker on live sites (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Jul 9, 2024
1 parent 55861af commit ceb91aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 341 deletions.
30 changes: 0 additions & 30 deletions .github/actions/linkchecker/action.yml

This file was deleted.

16 changes: 1 addition & 15 deletions .github/workflows/docusaurus-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,4 @@ jobs:
with:
folder: doc/docusaurus/build
target-folder: docs
single-commit: true

- name: Check Broken Links
run: |
IGNORE_URLS=(
--ignore-url "https://plutus.cardano.intersectmbo.org/haddock/.*"
)
URL="https://plutus.cardano.intersectmbo.org/docs"
nix develop --no-warn-dirty --accept-flake-config --command \
linkchecker --no-warnings --check-extern --output failures "${URL}" "${IGNORE_URLS[@]}"
if [ $? -ne 0 ]; then
echo "${URL} has broken links, see output above"
exit 1
fi
single-commit: true
Loading

0 comments on commit ceb91aa

Please sign in to comment.