Skip to content

Commit

Permalink
only disable linkcheck but not doc build #22 #2 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 20, 2024
1 parent beeb980 commit e170c62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: documentation

on:
# push: # run on push events in the docs subfolder
# paths:
# - 'docs/**'
push: # run on push events in the docs subfolder
paths:
- 'docs/**'
workflow_dispatch:
schedule:
- cron: '30 1 * * *' # daily at 01:30 UTC
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
# checking external links
############################
external-link-check:
if: github.event_name != 'push'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e170c62

Please sign in to comment.