fix: move -r parameter removed
Some checks failed
Build / build (push) Failing after 8s

This commit is contained in:
2026-01-31 18:52:59 -05:00
parent e04f0a3712
commit ca37894e8b

View File

@@ -31,8 +31,8 @@ jobs:
run: |
mkdir -p /opt/site
mv target/release/site /opt/site
mv static /opt/site -r
mv templates /opt/site -r
mv static /opt/site
mv templates /opt/site
- name: Restart site
working-directory: /opt/site