Fix workflow for non-main builds & remove old GitLab references #1
|
@ -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
|
||||
|
|
|
@ -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: <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Llicència de Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />Aquesta obra està subjecta a una llicència de <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Reconeixement-CompartirIgual 4.0 Internacional de Creative Commons</a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue