test
Some checks failed
pipeline / deploy-job (push) Failing after 28s

This commit is contained in:
fzorb 2024-09-05 17:22:10 +03:00
parent fd50f30826
commit 1c3c40a3d6

View File

@ -1,4 +1,4 @@
name: My Deployment Pipeline
name: pipeline
on:
push:
@ -16,6 +16,7 @@ jobs:
- name: init git
run: |
ls .
git clone https://git.fzorb.xyz/fzorb/website
cd website
git submodule init
@ -23,6 +24,9 @@ jobs:
- name: generate site
run: |
ls /workspace/fzorb/website
echo 'test'
ls /workspace/fzorb/website/website
cd /workspace/fzorb/website/website
hugo