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

Commit

Permalink
Update hugo installation command
Browse files Browse the repository at this point in the history
Update the hugo installation command to include the '-y' flag for
automatic confirmation. This ensures a smoother build process.
  • Loading branch information
joone committed Apr 2, 2024
1 parent 4487fa6 commit 472bdb7
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 | apt install hugo
yes | sudo apt -y install hugo
hugo
# Checkout destination repository
- name: Checkout dest repo
Expand Down

0 comments on commit 472bdb7

Please sign in to comment.