Skip to content

Commit a73e638

Browse files
author
reidspencer
committed
Get diagnostic info
1 parent 25bb107 commit a73e638

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
extended: true
3737

3838
- name: Generate HTML With Hugo
39-
run: cd target/hugo/ReactiveBBQ ; \
39+
run: |
40+
which hugo
41+
ls /home/runner/actions_hugo/bin
42+
/home/runner/actions_hugo/bin/hugo version
43+
cd target/hugo/ReactiveBBQ ; \
4044
/home/runner/actions_hugo/bin/hugo \
4145
--minify -v \
4246
--baseURL "https://bbq.riddl.tech" \

0 commit comments

Comments
 (0)