Skip to content
Snippets Groups Projects
Verified Commit a840cb63 authored by Andrei Jiroh Eugenio Halili's avatar Andrei Jiroh Eugenio Halili :school:
Browse files

ci(gitlab-ci): :construction_worker: use GHCR mirror of build image for mkdocs-material


Also updated some VS Code workspace configs for the repo

Signed-off-by: Andrei Jiroh Eugenio Halili's avatarAndrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
parent 1b302e7b
No related branches found
No related tags found
No related merge requests found
Pipeline #13896 passed
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: image:
name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest name: ghcr.io/ajhalili2006/website/build-ci:latest
stages: stages:
- test - test
......
...@@ -14,7 +14,11 @@ ...@@ -14,7 +14,11 @@
"mkdocs", "mkdocs",
"pipenv", "pipenv",
"stylesheets", "stylesheets",
"announcement" "announcement",
"daily-notes",
"changelog",
"multiverse",
"legal"
], ],
"conventionalCommits.autoCommit": false, "conventionalCommits.autoCommit": false,
"git.alwaysSignOff": true, "git.alwaysSignOff": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment