Skip to content

Commit

Permalink
Disable links checking (#670)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Link checking currently fails, will open another issue to look into
it.

## Description of the changes
- Only do a build, don't check links

Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Feb 2, 2024
1 parent c1d6d05 commit 8e299be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
sudo mv hugo /usr/local/bin
hugo version
- name: Build and test links
- name: Build
run: |
make check-internal-links
make build

0 comments on commit 8e299be

Please sign in to comment.