Compare commits
1 Commits
1857592686
...
38e7acae99
Author | SHA1 | Date | |
---|---|---|---|
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