Skip to content

Commit

Permalink
fixup! deploy: check for broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Aug 12, 2024
1 parent e4a3be3 commit 8b98abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-github-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
- name: check for broken links
id: lychee
uses: lycheeverse/lychee-action@00940b2d8a52e9f94caeada8d944966a5274a302 # until an official version is out that includes https://github.com/lycheeverse/lychee/pull/1422
uses: lycheeverse/lychee-action@de0275b6f5279010e418636f84966225aad996b0 # until an official version is out that includes https://github.com/lycheeverse/lychee/pull/1422
with:
lycheeVersion: nightly # until an official version includes https://github.com/lycheeverse/lychee/pull/1422
args: >-
Expand Down

0 comments on commit 8b98abb

Please sign in to comment.