Skip to content

Commit

Permalink
.github/workflows/build_website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Feb 8, 2024
1 parent f544de6 commit ea3a55e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
- name: Install dependancies
run: |
sudo apt-get update
sudo apt-get install -y \
git
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.68.3'
Expand Down

0 comments on commit ea3a55e

Please sign in to comment.