~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

Use latest image build instead of nightly one

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>

Changed files
+3 -3
+3 -3
.gitlab-ci.yml
···
# The Docker image that will be used to build your app
-
image:
-
name: quay.io/ajhalili2006/mkdocs-material-build-ci:nightly
+
image:
+
name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest
stages:
- test
···
ssh-add /run/secrets/passwordless
git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true
git push "git@git.sr.ht:~ajhalili2006/web" --mirror || true
-
git push "git@codeberg.org:ajhalili2006/website" --mirror || true
+
git push "git@codeberg.org:ajhalili2006/website" --mirror || true