Update .forgejo/workflows/build.yaml
publish / publish (push) Failing after 14s Details

Marc Riera 2024-02-17 14:08:58 +01:00
parent 132d91a3c2
commit bd3c1503d4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install Hugo - name: Install Hugo
run: | run: |
apt install -y hugo apt update && apt install -y hugo
- name: Build - name: Build
run: | run: |