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