Added build step
All checks were successful
Build & Deploy / build-or-sth (push) Successful in 43s

This commit is contained in:
Emin Arslan 2024-11-16 15:28:52 +03:00
parent 8a8dd37701
commit 2b38a551d8

View File

@ -13,6 +13,8 @@ jobs:
- name: Get hugo
run: apt update && apt install hugo -y
- name: Clone repo
run: 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
- name: build
run: hugo