diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..2fab042 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -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 diff --git a/content/zapecena-ricotta-s-rajcaty/index.md b/content/zapecena-ricotta-s-rajcaty/index.md index db7fc54..dfa111b 100644 --- a/content/zapecena-ricotta-s-rajcaty/index.md +++ b/content/zapecena-ricotta-s-rajcaty/index.md @@ -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"]