We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a289b commit c4b3883Copy full SHA for c4b3883
1 file changed
.github/workflows/pages.yml
@@ -11,7 +11,9 @@ on:
11
push:
12
13
# Allows you to run this workflow manually from the Actions tab
14
- workflow_dispatch:
+ workflow_dispatch: {}
15
+ schedule:
16
+ - cron: '0 18 * * FRI'
17
18
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
19
permissions:
0 commit comments