Skip to content

Commit

Permalink
Fix linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jan 28, 2025
1 parent 0356bb0 commit ccfa308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
file: ['README.md', 'pages/UNLISTED.md']

runs-on: ubuntu-latest
continue-on-error: true
fail-fast: false

steps:
- uses: actions/checkout@v3
Expand All @@ -22,6 +24,8 @@ jobs:
ruby-version: '2.6'
- name: Run awesome_bot
run: |
set +e # Don't cancel step when the bot fails
gem install awesome_bot
FILE=${{ matrix.file }}
FILE_SLUG="${FILE//\//-}"
Expand Down

0 comments on commit ccfa308

Please sign in to comment.