fixing build issues
This commit is contained in:
@@ -13,6 +13,9 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Change to Repo Directory
|
||||
run: cd $GITEA_WORKSPACE
|
||||
@@ -22,11 +25,6 @@ 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 --config hugo.toml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user