Skip to content

Commit 113fb6b

Browse files
authored
Update jekyll.yml
1 parent 9d5035f commit 113fb6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
push:
1212
branches: ["master"]
1313
schedule:
14-
- chron: '0 0 * * *'
14+
- cron: '0 0 * * *'
1515

1616
# Allows you to run this workflow manually from the Actions tab
1717
workflow_dispatch:
@@ -43,6 +43,8 @@ jobs:
4343
- name: Setup Pages
4444
id: pages
4545
uses: actions/configure-pages@v2
46+
- name: Generate Data
47+
run: make generated_data
4648
- name: Build with Jekyll
4749
# Outputs to the './_site' directory by default
4850
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)