Fixed install hugo step
Some checks failed
Build & Deploy / build-or-sth (push) Failing after 40s

This commit is contained in:
Emin Arslan 2024-11-16 15:19:27 +03:00
parent 11e61fc749
commit 72991c728f

View File

@ -11,4 +11,8 @@ jobs:
steps:
- run: echo "hi!"
- name: Get hugo
run: apt update && apt install hugo
run: apt update && apt install hugo -y
- name: Clone repo
run: cd /git clone https://git.emin.software/haxala1r/blog.git --depth=1
- run: pwd
- run: ls -la