need hugo installed to build hugo site, no?
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 3s
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 3s
This commit is contained in:
parent
e13bd64dc6
commit
db7f32eb7f
@ -17,6 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
|
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
|
||||||
- run: chmod 600 /private.key
|
- run: chmod 600 /private.key
|
||||||
|
- run: sudo apt install hugo
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: APP_VERSION=latest make
|
- run: APP_VERSION=latest make
|
||||||
- run: |
|
- run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user