blog/.gitea/workflows/main-build.yaml
Emin Arslan 72991c728f
Some checks failed
Build & Deploy / build-or-sth (push) Failing after 40s
Fixed install hugo step
2024-11-16 15:19:27 +03:00

19 lines
423 B
YAML

name: Build & Deploy
on:
push:
branches:
- main
jobs:
build-or-sth:
runs-on: ubuntu-latest
steps:
- run: echo "hi!"
- 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: pwd
- run: ls -la