mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
slight workflow improvements
This commit is contained in:
parent
782d45069c
commit
23d0a799bc
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ steps:
|
||||||
deploy-docs:
|
deploy-docs:
|
||||||
image: debian:latest
|
image: debian:latest
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
event: [push, manual]
|
||||||
branch: main
|
branch: main
|
||||||
commands:
|
commands:
|
||||||
- rm -rfv /var/www/tinylifedocs/*
|
- rm -rfv /var/www/tinylifedocs/*
|
||||||
- cp -rv docs/_site/. /var/www/tinylifedocs
|
- cp -rv docs/_site/. /var/www/tinylifedocs
|
||||||
|
|
Loading…
Reference in a new issue