We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce3b73 commit 6a1ca8bCopy full SHA for 6a1ca8b
.github/workflows/links.yml
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
check-links:
22
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-latest # TODO: https://github.com/UmbrellaDocs/linkspector/issues/149
23
if: github.event.repository.fork == false
24
steps:
25
- uses: actions/checkout@v5
@@ -34,7 +34,6 @@ jobs:
34
pip install mkdocs-material
35
mkdocs build --strict
36
- uses: umbrelladocs/action-linkspector@v1
37
- if: false # TODO: https://github.com/UmbrellaDocs/linkspector/issues/149
38
with:
39
reporter: github-pr-check
40
fail_on_error: true
0 commit comments