more debugging
This commit is contained in:
@@ -22,8 +22,13 @@ jobs:
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y hugo
|
apt-get install -y hugo
|
||||||
|
|
||||||
|
- name: Debug Problems
|
||||||
|
run: |
|
||||||
|
apt-get install -y tree
|
||||||
|
tree
|
||||||
|
|
||||||
- name: Build Hugo Site
|
- name: Build Hugo Site
|
||||||
run: hugo --minify
|
run: hugo --minify --config hugo.toml
|
||||||
|
|
||||||
- name: Deploy to Hugo Container
|
- name: Deploy to Hugo Container
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user