diff --git a/.gitignore b/.gitignore index 4ca0f7d03969a89ccd32e7f2eb092ca70e7b9c6e..ffc8dc3657f47af3df4ad61d6ad312adf78fbc06 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 3b3941d547a1a3d488fa1c131439dbd69501bd7e..ea7c81c61efa9019d8506af70f1d6376f14980fe 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 524b45f210fb621798f1eb1baaee90070c88d168..ad2f39c7559748b1f6102528ea6f079eff70bd3f 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/*" ] } }