added another try to build via pipeline
Some checks failed
Build / build-deploy (push) Failing after 17s

This commit is contained in:
Stephan Hadan 2025-01-27 03:15:24 +01:00
parent 955fb6a488
commit 0dd23dd7c9

View file

@ -20,9 +20,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install "pelican[markdown]"
- run: pelican content -s publishconf.py
- name: rsync public directory
- run: pip install invoke pelican[markdown]
- run: pelican content -s publishconf.py
- run: ls -la output/
- name: rsync output directory
run: |
/usr/bin/rsync -avz --delete -e "ssh -i /tmp/act_runner_key -o StrictHostKeyChecking=no" ${{ gitea.workspace }}/output/* root@vps03.hadan-it.com:/data/webspace/blog.hadan-it.com/