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:
|
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
|
||||||
|
|
||||||
|
@ -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 #####
|
||||||
|
Loading…
x
Reference in New Issue
Block a user