more debugging
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user