Skip to content

Commit

Permalink
update flow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Mar 29, 2024
1 parent 72c180a commit fd518b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flow-hugo-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
echo "base_path ${{ steps.pages.outputs.base_path }}"
mkdir -p themes/hugo-geekdoc
curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1
hugo config
ls -ltr
hugo version
hugo config
hugo \
--gc \
--minify \
Expand Down

0 comments on commit fd518b3

Please sign in to comment.