Prevent the bold font to be loaded too soon #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/lycheeverse/lychee-action/ | |
name: Links validity (on pull request) | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
linkChecker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Check links | |
uses: lycheeverse/lychee-action@v1.8.0 | |
with: | |
args: './**/*.html' | |
fail: true |