From 866f465c7b326d932cb32661e568615be32e6f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 2 Jan 2024 22:42:27 -0500 Subject: [PATCH] nope --- .gitignore | 5 +++-- .gitlab-ci.yml | 2 ++ themes/.gitkeep | 0 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 themes/.gitkeep diff --git a/.gitignore b/.gitignore index b905051..60b5370 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ public/ exampleSite/public/ .DS_Store .hugo_build.lock -themes +themes/ .history/ -.vscode/ \ No newline at end of file +.vscode/ +!/**/.gitkeep \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa8681b..8872e40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,4 +38,6 @@ clone: - git remote -v - git submodule sync - git submodule update --init --recursive + - git submodule status + - git submodule init - ls -l themes \ No newline at end of file diff --git a/themes/.gitkeep b/themes/.gitkeep new file mode 100644 index 0000000..e69de29