Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update build.yml to install Hugo using apt instead of Homebrew
Browse files Browse the repository at this point in the history
Switched from using Homebrew to install Hugo to using apt in order to
simplify the build process and avoid unnecessary dependencies.
  • Loading branch information
joone committed Apr 2, 2024
1 parent 9dce693 commit 4487fa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Build website with hugo
working-directory: src
run: |
yes | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
yes | brew install hugo
yes | apt install hugo
hugo
# Checkout destination repository
- name: Checkout dest repo
Expand Down

0 comments on commit 4487fa6

Please sign in to comment.