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

This commit is contained in:
Bryan Joshua Pedini 2024-08-21 23:10:34 +02:00
parent 911d274467
commit 0c6699e211

View File

@ -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