diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8fdb37..53a1339 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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