fixing build issues

This commit is contained in:
paul-loedige
2024-11-11 19:45:05 +01:00
parent ac9f810e70
commit b4c554de0d
+3 -5
View File
@@ -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