Skip to content

Commit

Permalink
Test complete linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jul 27, 2024
1 parent 4d1fb69 commit 65dc61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/linkcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set_github_token() {
}

# https://docs.github.com/en/actions/reference/environment-variables
if [ "$GITHUB_EVENT_NAME" = "schedule" ] ; then # running in scheduled job
if [ true ] ; then # running in scheduled job
FLAGS=""
USE_TOKEN=1

Expand Down

0 comments on commit 65dc61c

Please sign in to comment.