Skip to content

Commit

Permalink
- specify command line arguments differently
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann authored Jul 5, 2024
1 parent 2b48443 commit 30f5acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: actions/checkout@v4
- 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 hugo -d public
- run: docker run -e HUGO_DESTINATION=public -v $(pwd)/site:/src klakegg/hugo:0.68.0 -d public
- run: ls -l

0 comments on commit 30f5acf

Please sign in to comment.