We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5035f commit 113fb6bCopy full SHA for 113fb6b
.github/workflows/jekyll.yml
@@ -11,7 +11,7 @@ on:
11
push:
12
branches: ["master"]
13
schedule:
14
- - chron: '0 0 * * *'
+ - cron: '0 0 * * *'
15
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
@@ -43,6 +43,8 @@ jobs:
43
- name: Setup Pages
44
id: pages
45
uses: actions/configure-pages@v2
46
+ - name: Generate Data
47
+ run: make generated_data
48
- name: Build with Jekyll
49
# Outputs to the './_site' directory by default
50
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
0 commit comments