From 3a0683fb51d79421e4bb24ec52581b46d1946104 Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Sat, 24 Aug 2019 16:53:33 +0200 Subject: [PATCH] fix tooling --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e38deb..aa7e398 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,9 @@ before_script: sandbox: script: - - npn run build:pdf + - node tools/pdf.js - hugo -F - - npn run build:minify + - node tools/minify.js - firebase use default - firebase deploy --token "$FIREBASE_SANDBOX_TOKEN" artifacts: @@ -28,9 +28,9 @@ prod: variables: HUGO_ENV: production script: - - npn run build:pdf + - node tools/pdf.js - hugo --baseURL https://2019.devfesttoulouse.fr/ - - npn run build:minify + - node tools/minify.js - firebase use prod - firebase deploy --token "$FIREBASE_PROD_TOKEN" artifacts: