diff --git a/.drone.yml b/.drone.yml index ec3bf4c..2f6b4b1 100644 --- a/.drone.yml +++ b/.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 diff --git a/config.toml b/config.toml index 819b896..6b20b90 100644 --- a/config.toml +++ b/config.toml @@ -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 #####