From 32edb8c0032365b2a7a18633f1c61334db246809 Mon Sep 17 00:00:00 2001 From: Daniel Borek Date: Sat, 5 Aug 2023 22:08:02 +0200 Subject: [PATCH] fix: enableGitINfo int git workflow --- .github/workflows/hugo.yaml | 1 + .gitmodules | 2 ++ themes/lines | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5955bac..bafa4e6 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -58,6 +58,7 @@ jobs: hugo \ --gc \ --minify \ + --enableGitInfo \ --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload artifact uses: actions/upload-pages-artifact@v1 diff --git a/.gitmodules b/.gitmodules index e825d59..15741d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,5 @@ [submodule "themes/lines"] path = themes/lines url = git@github.com:danieltomasz/lines.git +[submodule "bar1"] + branch = master diff --git a/themes/lines b/themes/lines index fd2ab87..3c647ca 160000 --- a/themes/lines +++ b/themes/lines @@ -1 +1 @@ -Subproject commit fd2ab879eaf1dc05210d44bb71907413f5acb330 +Subproject commit 3c647caa54326561afd28984a98f21cf11ce0097