Maciej Krzyżanowski 0fcbea4207
All checks were successful
Build blog / Explore-Gitea-Actions (push) Successful in 15s
Fix apt no y flag passed
2025-01-17 00:54:42 +01:00

14 lines
265 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 -qqy update
- run: sudo apt -qqy install hugo
- run: hugo