Upload build artifacts
Some checks failed
Build blog / build (push) Failing after 0s

This commit is contained in:
Maciej Krzyżanowski 2025-01-17 00:57:23 +01:00
parent 0fcbea4207
commit 97880bfa4e

View File

@ -2,7 +2,7 @@ name: Build blog
on: [push]
jobs:
Explore-Gitea-Actions:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
@ -10,4 +10,8 @@ jobs:
- run: sudo apt -qqy update
- run: sudo apt -qqy install hugo
- run: hugo
- uses: actions/upload-artifact@v4
- with:
name: blog-public
path: public/