Fix the clone step
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 42s

This commit is contained in:
Emin Arslan 2024-11-16 15:21:20 +03:00
parent 72991c728f
commit 8a8dd37701

View File

@ -13,6 +13,6 @@ jobs:
- name: Get 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: git clone https://git.emin.software/haxala1r/blog.git --depth=1
- run: pwd
- run: ls -la