switch to main branch + menu placement (weight) + test ci
This commit is contained in:
parent
eda3af19fd
commit
e76c4fdc7d
12
.drone.yml
12
.drone.yml
@ -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
|
||||
|
||||
|
@ -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 #####
|
||||
|
Loading…
x
Reference in New Issue
Block a user