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:
branch:
- master
- main
steps:
- name: git pull submodules
image: alpine/git
settings:
user:
from_secret: GIT_USER
password:
from_secret: GIT_PASSWORD
# settings:
# user:
# from_secret: GIT_USER
# password:
# from_secret: GIT_PASSWORD
commands:
- git submodule update --init --recursive

View File

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