Update content/zapecena-ricotta-s-rajcaty/index.md
All checks were successful
Build / build (push) Successful in 1m37s
All checks were successful
Build / build (push) Successful in 1m37s
This commit is contained in:
parent
f17f6588ab
commit
38e7acae99
20
.gitea/workflows/deploy.yaml
Normal file
20
.gitea/workflows/deploy.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- actions
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build Zola website
|
||||
uses: docker://ghcr.io/getzola/zola:v0.18.0
|
||||
with:
|
||||
args: build
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Zapečená ricotta s rajčaty"
|
||||
date = 2022-01-20
|
||||
author = "Terezka 7 Emil"
|
||||
author = "Terezka & Emil"
|
||||
|
||||
[taxonomies]
|
||||
kategorie = ["zelenina"]
|
||||
|
Loading…
Reference in New Issue
Block a user