added another try to build via pipeline
Some checks failed
Build / build-deploy (push) Failing after 17s
Some checks failed
Build / build-deploy (push) Failing after 17s
This commit is contained in:
parent
c7377979ad
commit
3c747a5da0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.12'
|
||||
- run: pip install "pelican[markdown]"
|
||||
- run: make publish
|
||||
- run: pelican content -s publishconf.py
|
||||
- name: rsync public 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/
|
||||
|
|
Loading…
Add table
Reference in a new issue