Reverted back to using Cloudflare builds and deployments instead of Github actions

Cloudflare finally upgraded the build image and it is able to run the latest Zola versions

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-04-19 15:31:13 +02:00 committed by Roman Tsisyk
parent ff49601592
commit 072ba63498
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: Check site validity
env:
ZOLA_VERSION: 0.17.1
ZOLA_VERSION: 0.17.2
on:
pull_request:

View file

@ -4,8 +4,8 @@ env:
ZOLA_VERSION: 0.17.2
on:
workflow_dispatch:
push:
workflow_dispatch: # keep manual Github Action trigger in case of any issues with CF pages
# push:
jobs:
publish:

View file

@ -50,6 +50,8 @@
<meta property="article:published_time" content="{{ resource.date }}">
{%- endif -%}
<meta name="generator" content="Zola">
{%- block meta -%}{%- endblock %}
<link href="{{ get_url(path="main.css", cachebust=true) }}" rel="stylesheet" type="text/css">