Skip to content

Commit c4b3883

Browse files
committed
add scheduled runs
1 parent 89a289b commit c4b3883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/pages.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on:
1111
push:
1212

1313
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
14+
workflow_dispatch: {}
15+
schedule:
16+
- cron: '0 18 * * FRI'
1517

1618
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1719
permissions:

0 commit comments

Comments
 (0)