Switch away from alpine:edge in CI, bump to v3.1.0

This commit is contained in:
daudix
2024-06-22 06:44:29 +03:00
parent b157f81a07
commit 9ae2894d5f
3 changed files with 4 additions and 4 deletions

View File

@ -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`: