Skip to content

Commit

Permalink
fixup! deploy: check for broken links
Browse files Browse the repository at this point in the history
As of lycheeverse/lychee-action#234, the default
branch of https://github.com/lycheeverse/lychee-action has the fix and I
do not need to refer to a commit that is reachable only in my own fork.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Aug 28, 2024
1 parent e9c83a1 commit f3ad8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@de0275b6f5279010e418636f84966225aad996b0 # until an official version is out that includes https://github.com/lycheeverse/lychee/pull/1422
uses: lycheeverse/lychee-action@d4128702eae98bbc5ecf74df0165a8156c80920a # 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: check for broken links
id: lychee
uses: lycheeverse/lychee-action@de0275b6f5279010e418636f84966225aad996b0 # until an official version is out that includes https://github.com/lycheeverse/lychee/pull/1422
uses: lycheeverse/lychee-action@d4128702eae98bbc5ecf74df0165a8156c80920a # 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 f3ad8c6

Please sign in to comment.