fix: move files to src
All checks were successful
publish / publish-site (push) Successful in 5s

This commit is contained in:
Dale Twokey 2026-04-14 18:37:03 +03:00
parent c6a51ad8dc
commit 02bd176ef8
Signed by: deiru
GPG key ID: E775E4497FC81655
17 changed files with 1 additions and 1 deletions

View file

@ -16,4 +16,4 @@ jobs:
- name: Clean
run: rm -rf /data/www/deiru.online/files/*
- name: Copy
run: cp -r ./* /data/www/deiru.online/files
run: cp -r ./src/* /data/www/deiru.online/files