You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/deploy-to-github-pages/action.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -122,9 +122,8 @@ runs:
122
122
123
123
- name: check for broken links
124
124
id: lychee
125
-
uses: lycheeverse/lychee-action@d4128702eae98bbc5ecf74df0165a8156c80920a # until an official version is out that includes https://github.com/lycheeverse/lychee/pull/1422
125
+
uses: lycheeverse/lychee-action@v2
126
126
with:
127
-
lycheeVersion: nightly # until an official version includes https://github.com/lycheeverse/lychee/pull/1422
128
127
args: >-
129
128
--offline
130
129
--fallback-extensions html
@@ -144,7 +143,8 @@ runs:
144
143
fail: false
145
144
failIfEmpty: false # needed because its default overrides `fail = false`
146
145
147
-
- name: ${{ env.lychee_exit_code != '0' && 'maybe close' || 'open or update' }} link checker issue
146
+
- name: ${{ env.lychee_exit_code != '0' && 'open or update' || 'maybe close' }} link checker issue
147
+
if: env.lychee_exit_code != ''
148
148
uses: actions/github-script@v7
149
149
with:
150
150
github-token: ${{ inputs.github-token }}
@@ -198,6 +198,7 @@ runs:
198
198
run: sudo sh -c 'echo "185.199.108.153 git-scm.com" >>/etc/hosts'
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,8 @@ jobs:
60
60
61
61
- name: check for broken links
62
62
id: lychee
63
-
uses: lycheeverse/lychee-action@d4128702eae98bbc5ecf74df0165a8156c80920a # until an official version is out that includes https://github.com/lycheeverse/lychee/pull/1422
63
+
uses: lycheeverse/lychee-action@v2
64
64
with:
65
-
lycheeVersion: nightly # until an official version includes https://github.com/lycheeverse/lychee/pull/1422
0 commit comments