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

Commit

Permalink
Update Homebrew installation script URL
Browse files Browse the repository at this point in the history
Update the Homebrew installation script URL to point to the latest
version in order to ensure successful installation of Homebrew and Hugo.
  • Loading branch information
joone committed Apr 2, 2024
1 parent 2db18db commit 9dce693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build website with hugo
working-directory: src
run: |
yes | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
yes | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
yes | brew install hugo
hugo
# Checkout destination repository
Expand Down

0 comments on commit 9dce693

Please sign in to comment.