Skip to content

Commit

Permalink
- need submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Jul 5, 2024
1 parent 30f5acf commit 7721c88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
show-progress: false
- run: sed -i 's/enableGitInfo = true/enableGitInfo = false/' ./site/config.toml
- run: docker pull klakegg/hugo:0.68.0
- run: docker run -e HUGO_DESTINATION=public -v $(pwd)/site:/src klakegg/hugo:0.68.0 -d public
Expand Down

0 comments on commit 7721c88

Please sign in to comment.