switch to main branch + menu placement (weight) + test ci

This commit is contained in:
greg 2023-06-26 12:27:24 +02:00
parent eda3af19fd
commit e76c4fdc7d
2 changed files with 8 additions and 9 deletions

View File

@ -8,17 +8,17 @@ platform:
trigger: trigger:
branch: branch:
- master - main
steps: steps:
- name: git pull submodules - name: git pull submodules
image: alpine/git image: alpine/git
settings: # settings:
user: # user:
from_secret: GIT_USER # from_secret: GIT_USER
password: # password:
from_secret: GIT_PASSWORD # from_secret: GIT_PASSWORD
commands: commands:
- git submodule update --init --recursive - git submodule update --init --recursive

View File

@ -72,18 +72,17 @@ pygmentCodeFences = true
weight = 3 weight = 3
##### SOUS MENU ##### ##### SOUS MENU #####
# liens
[[menu.main]] [[menu.main]]
parent = "CV" parent = "CV"
name = "CV en BASH" name = "CV en BASH"
url = "https://www.terminal-cv.gregandev.fr" url = "https://www.terminal-cv.gregandev.fr"
weight = 4 weight = 1
[[menu.main]] [[menu.main]]
parent = "CV" parent = "CV"
name = "CV en PDF" name = "CV en PDF"
url = "https://cv.gregandev.fr" url = "https://cv.gregandev.fr"
weight = 4 weight = 2
##### SOUS MENU PROJETS ##### ##### SOUS MENU PROJETS #####