Maciej Krzyżanowski a8733984ab
Some checks failed
Build blog / Explore-Gitea-Actions (push) Failing after 8s
Apt update before installing hugo
2025-01-17 00:53:53 +01:00

14 lines
255 B
YAML

name: Build blog
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install hugo
- run: hugo