Maciej Krzyżanowski 97880bfa4e
Some checks failed
Build blog / build (push) Failing after 0s
Upload build artifacts
2025-01-17 00:57:23 +01:00

18 lines
356 B
YAML

name: Build blog
on: [push]
jobs:
build:
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
- uses: actions/upload-artifact@v4
- with:
name: blog-public
path: public/