Skip to content

Commit e03a222

Browse files
committed
add debugging info for scheduled GHAs
1 parent af2e454 commit e03a222

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
# Re-run every day at 4PM
1010
schedule:
11-
- cron: "45 * * * *"
11+
- cron: "55 * * * *"
1212

1313
# Re-run on demand:
1414
workflow_dispatch:
@@ -111,6 +111,8 @@ jobs:
111111
112112
- run: ls -lh site/*
113113

114+
- run: echo "event_name=${{github.event_name}}"
115+
114116
- name: Deploy docs
115117
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.event.ref == 'refs/heads/main' }}
116118
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)