From 7ac2ed62132498ac15aa056d5ec9e1c0625876d0 Mon Sep 17 00:00:00 2001 From: Tim Repke <repke@mcc-berlin.net> Date: Tue, 11 Apr 2023 20:51:12 +0200 Subject: [PATCH] add jsocnf --- .gitignore | 1 - .gitlab-ci.yml | 7 ------- assets/jsconfig.json | 3 ++- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 4ca0f7d..ffc8dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # Hugo /resources/ public/ -assets/jsconfig.json .hugo_build.lock diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b3941d..ea7c81c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,13 +20,6 @@ pages: script: - hugo - ls -lisah . - - ls -lisah .. - - ls -lisah ../.. - - ls -lisah ../../.. - - ls -lisah ../../../.. - - ls -lisah ../../../../.. - - ls -lisah ../../../tmp - - ls -lisah ../apsis-landing.tmp - hugo artifacts: expire_in: 1 day diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 524b45f..ad2f39c 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,8 @@ "baseUrl": ".", "paths": { "*": [ - "../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.6.0/assets/*" + "../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.6.0/assets/*", + "../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.6.0/assets/*" ] } } -- GitLab