We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5950 commit b4e5eb8Copy full SHA for b4e5eb8
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
path: |
42
~/book/linkcheck
43
key: ${{ runner.os }}-${{ hashFiles('./book/linkcheck') }}
44
+ save-always: true
45
46
- name: Install latest nightly Rust toolchain
47
if: steps.mdbook-cache.outputs.cache-hit != 'true'
ci/linkcheck.sh
@@ -8,7 +8,7 @@ set_github_token() {
8
}
9
10
# https://docs.github.com/en/actions/reference/environment-variables
11
-if [ "$GITHUB_EVENT_NAME" = "schedule" ] ; then # running in scheduled job
+if [ yes ] ; then # running in scheduled job
12
FLAGS=""
13
USE_TOKEN=1
14
0 commit comments