Apt update before installing hugo
Some checks failed
Build blog / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
Maciej Krzyżanowski 2025-01-17 00:53:53 +01:00
parent d107769212
commit a8733984ab

View File

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