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 081ce20 commit 54a7093Copy full SHA for 54a7093
1 file changed
.github/workflows/check.yml
@@ -25,6 +25,9 @@ jobs:
25
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y hugo
26
- name: Checkout
27
uses: actions/checkout@v3
28
+ - name: Prepare data files
29
+ run: |
30
+ make
31
- name: Build with Hugo
32
run: |
33
hugo
0 commit comments