Skip to content
Snippets Groups Projects
Commit 81766ed5 authored by Kroum Tzanev's avatar Kroum Tzanev
Browse files

rajout du favicon

parent 93d0bf81
No related branches found
No related tags found
No related merge requests found
Pipeline #57548 passed
......@@ -4,20 +4,20 @@ pages:
# install git
- apk add git
# récupération de gm
- wget -c https://github.com/kpym/gm/releases/download/v0.21.0/gm_0.21.0_Linux_intel64.tar.gz -O - | tar -C /usr/local/bin -xz gm
- wget -c https://github.com/kpym/gm/releases/download/v0.22.0/gm_0.22.0_Linux_intel64.tar.gz -O - | tar -C /usr/local/bin -xz gm
# ---------------------------------------- 2025
# - git checkout v2025
# - YEAR=2025
- git fetch origin main
- git reset --hard origin/main
# - find . -type f
- gm --pages --css jasonm23-foghorn --title 'M61B-Lille' --out-dir public/$YEAR '**/*'
- gm --pages --css jasonm23-foghorn --title 'M61B-Lille' --icon 'https://gitlab.univ-lille.fr/favicon.ico' --out-dir public/$YEAR '**/*'
# ---------------------------------------- 2024
- YEAR=2024
- git fetch origin v$YEAR
- git reset --hard origin/v$YEAR
# - find . -type f
- gm --pages --css jasonm23-foghorn --title 'M61B-Lille-'$YEAR --out-dir public/$YEAR '**/*'
- gm --pages --css jasonm23-foghorn --title 'M61B-Lille-'$YEAR --icon 'https://gitlab.univ-lille.fr/favicon.ico' --out-dir public/$YEAR '**/*'
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment