Skip to content

Commit 54a7093

Browse files
committed
Fetch data files for non-deploy builds too
1 parent 081ce20 commit 54a7093

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y hugo
2626
- name: Checkout
2727
uses: actions/checkout@v3
28+
- name: Prepare data files
29+
run: |
30+
make
2831
- name: Build with Hugo
2932
run: |
3033
hugo

0 commit comments

Comments
 (0)