more debugging

This commit is contained in:
paul-loedige
2024-11-11 19:38:40 +01:00
parent 02050b35cb
commit ac9f810e70
+6 -1
View File
@@ -22,8 +22,13 @@ jobs:
apt-get update
apt-get install -y hugo
- name: Debug Problems
run: |
apt-get install -y tree
tree
- name: Build Hugo Site
run: hugo --minify
run: hugo --minify --config hugo.toml
- name: Deploy to Hugo Container
run: |