Skip to content

Commit

Permalink
fetch data
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Apr 8, 2024
1 parent e0b4498 commit 07e5520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
env:
HUGO_VERSION: 0.120.2
steps:
- name: download dependecies
run : ./scripts/sync-data.sh
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
Expand Down

0 comments on commit 07e5520

Please sign in to comment.