Skip to content

Commit

Permalink
add hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Feb 14, 2024
1 parent 62fed75 commit 852d045
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Install dependencies
run: sudo apt-get install -y build-essential hugo

- name: Compile all
run: make

0 comments on commit 852d045

Please sign in to comment.