From 1794958c1bdf13e01e80b984612f2c845b85813b Mon Sep 17 00:00:00 2001 From: hashp4 Date: Wed, 11 Oct 2023 18:41:52 +0200 Subject: [PATCH] Fixing CSS --- .github/workflows/deploy.yml | 4 ++-- hugo.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 53e134a..bc5edb9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: cp -R public/* ${GITHUB_WORKSPACE}/built-site/ cd ${GITHUB_WORKSPACE}/built-site git add . - git config user.name 'dhij' - git config user.email 'davidhwang.ij@gmail.com' + git config user.name 'hashp4' + git config user.email 'hashp4@protonmail.com' git commit -m 'Updated site' git push \ No newline at end of file diff --git a/hugo.yml b/hugo.yml index f97a2d5..000b303 100644 --- a/hugo.yml +++ b/hugo.yml @@ -1,4 +1,4 @@ -baseURL: "https://milfctf.github.io/milfctf.com/" +baseURL: "https://milfctf.com/" languageCode: en-us title: MILF | French CTF Team theme: PaperMod