Skip to content

Commit

Permalink
fix: enableGitINfo int git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltomasz committed Aug 5, 2023
1 parent 928133a commit 32edb8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
hugo \
--gc \
--minify \
--enableGitInfo \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
[submodule "themes/lines"]
path = themes/lines
url = [email protected]:danieltomasz/lines.git
[submodule "bar1"]
branch = master
2 changes: 1 addition & 1 deletion themes/lines

0 comments on commit 32edb8c

Please sign in to comment.