apt update, of course, now install hugo!
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 9s

This commit is contained in:
Bryan Joshua Pedini 2024-08-21 22:38:18 +02:00
parent db7f32eb7f
commit 3a7beeade5

View File

@ -17,7 +17,7 @@ jobs:
steps:
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
- run: chmod 600 /private.key
- run: sudo apt install hugo
- run: apt update && apt install -y hugo
- uses: actions/checkout@v4
- run: APP_VERSION=latest make
- run: |