forked from organicmaps/website
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:
parent
ff49601592
commit
072ba63498
3 changed files with 5 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Check site validity
|
||||
|
||||
env:
|
||||
ZOLA_VERSION: 0.17.1
|
||||
ZOLA_VERSION: 0.17.2
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue