From 67cf06909df73edb34a91662b7310164e5d73231 Mon Sep 17 00:00:00 2001 From: lordwektabyte Date: Sun, 31 Dec 2023 16:41:52 +0100 Subject: [PATCH 1/2] Restore mkdocs config for not main build --- .forgejo/workflows/mkdocs_publish.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/mkdocs_publish.yaml b/.forgejo/workflows/mkdocs_publish.yaml index b8e5f9a..44fa10b 100644 --- a/.forgejo/workflows/mkdocs_publish.yaml +++ b/.forgejo/workflows/mkdocs_publish.yaml @@ -29,6 +29,10 @@ jobs: sed -i "0,/^\([[:space:]]*primary: *\).*/s//\1$DRAFT_PRIMARY_COLOR/;0,/\([[:space:]]*accent: *\).*/s//\1$DRAFT_ACCENT_COLOR/;" mkdocs.yml fi - run: mkdocs build --verbose --site-dir public $BUILD_STRICT + - run: | + if [ "$PUBLISH_BRANCH" != "pages" ]; then + git restore mkdocs.yml + fi - run: cp .domains public/.domains - run: git switch --orphan $PUBLISH_BRANCH - run: git add public -- 2.30.2 From b73be037e2c0552193aeb2242b7557b211502cf7 Mon Sep 17 00:00:00 2001 From: lordwektabyte Date: Sun, 31 Dec 2023 16:54:28 +0100 Subject: [PATCH 2/2] Remove/modify old references from GitLab --- mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5ef9264..534acc4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,16 +7,15 @@ theme: locale: en icon: logo: material/book-education-outline - repo: material/gitlab + repo: material/source-repository site_name: Administració de Sistemes Informàtics en Xarxa site_description: Apunts, exercicis i pràctiques relacionades amb el Grau Superior en Administració de Sistemes Informàtics en Xarxa (ASIX) cursat a l'Institut Carles Vallbona de Granollers els cursos 2017-2019. site_url: https://asix.lordwektabyte.cat site_author: Guillem S. Boeck -repo_url: https://gitlab.com/lordwektabyte/asix +repo_url: https://codeberg.org/lordwektabyte/asix repo_name: lordwektabyte/asix -edit_uri: -/tree/main/docs/ copyright: Llicència de Creative Commons
Aquesta obra està subjecta a una llicència de Reconeixement-CompartirIgual 4.0 Internacional de Creative Commons -- 2.30.2