Skip to content

Commit 2a83baf

Browse files
author
reidspencer
committed
Clean up gh_pages output
1 parent a73e638 commit 2a83baf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
- name: Generate HTML With Hugo
3939
run: |
4040
which hugo
41-
ls /home/runner/actions_hugo/bin
42-
/home/runner/actions_hugo/bin/hugo version
41+
hugo version
4342
cd target/hugo/ReactiveBBQ ; \
44-
/home/runner/actions_hugo/bin/hugo \
43+
hugo \
4544
--minify -v \
4645
--baseURL "https://bbq.riddl.tech" \
4746
--printMemoryUsage \

0 commit comments

Comments
 (0)