From 9ae2894d5f7eb492543c6547b5d7913fa7b970a1 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 22 Jun 2024 06:44:29 +0300 Subject: [PATCH] Switch away from alpine:edge in CI, bump to v3.1.0 --- .woodpecker.yaml | 2 +- content/_index.md | 4 ++-- sass/style.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 1ad69d1..6b294ad 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -13,7 +13,7 @@ clone: steps: # Build zola static files build: - image: alpine:edge + image: alpine commands: - apk add zola - zola --version diff --git a/content/_index.md b/content/_index.md index dd57a94..414ee73 100644 --- a/content/_index.md +++ b/content/_index.md @@ -47,7 +47,7 @@ It is highly recommended to switch from the `main` branch to the lates release: ```sh cd themes/duckquill -git checkout tags/v3.0.0 +git checkout tags/v3.1.0 ``` To update the submodule, simply switch to a new tag: @@ -57,7 +57,7 @@ To update the submodule, simply switch to a new tag: ```sh git submodule update --remote --merge git tag --list -git checkout tags/v3.0.0 +git checkout tags/v3.1.0 ``` Then, enable it in your `config.toml`: diff --git a/sass/style.scss b/sass/style.scss index e2f42c6..f1b714d 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v3.0.0 (https://daudix.codeberg.page/duckquill) + * Duckquill v3.1.0 (https://daudix.codeberg.page/duckquill) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */