Fix apt no y flag passed
All checks were successful
Build blog / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
Maciej Krzyżanowski 2025-01-17 00:54:42 +01:00
parent a8733984ab
commit 0fcbea4207

View File

@ -7,7 +7,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install hugo
- run: sudo apt -qqy update
- run: sudo apt -qqy install hugo
- run: hugo