does it build on the CI now with submodules?
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 8s
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 8s
This commit is contained in:
parent
911d274467
commit
0c6699e211
@ -23,6 +23,8 @@ jobs:
|
||||
wget https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_${HUGO_VERSION_SHORT}_linux-amd64.deb
|
||||
dpkg -i hugo_*.deb
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- run: APP_VERSION=latest make
|
||||
- run: |
|
||||
SSH_PRIVATE_KEY=/private.key
|
||||
|
Loading…
Reference in New Issue
Block a user