From 3cb6b8577ae6b3a66feae9754e9761e06df23fe5 Mon Sep 17 00:00:00 2001 From: octospacc Date: Tue, 24 May 2022 00:25:28 +0200 Subject: [PATCH] Soluzione temporanea per l'ordinamento di sinistra --- .gitlab-ci.yml | 2 +- Pages/{i1-chi-sono.pug => index-1-chi-sono.pug} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Pages/{i1-chi-sono.pug => index-1-chi-sono.pug} (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f360342..94a6a71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ pages: stage: deploy script: - git clone --depth 1 https://gitlab.com/octtspacc/staticoso - - python3 staticoso/Source/Build.py + - python3 staticoso/Source/Build.py --Root "/postoctt/" artifacts: paths: - public diff --git a/Pages/i1-chi-sono.pug b/Pages/index-1-chi-sono.pug similarity index 100% rename from Pages/i1-chi-sono.pug rename to Pages/index-1-chi-sono.pug