Skip to content

Commit

Permalink
Disable markdown checker for now because it breaks on SPIE urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Dec 25, 2023
1 parent 8d7218d commit 2ea73b0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/markdown_link_check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Check Markdown links

on:
push:
schedule:
- # Run every day at 5:00 UTC
- cron: "0 5 * * *"
# 2023/12/25 HB: Disabled automatic running of markdown link checker, because
# since December 2023 this fails on SPIE articles. Can be reenabled later, see
# https://github.com/AstarVienna/ScopeSim/issues/322
# push:
# schedule:
# - # Run every day at 5:00 UTC
# - cron: "0 5 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
markdown-link-check:
Expand Down

0 comments on commit 2ea73b0

Please sign in to comment.