From 242f3a025de8fbe2ccbe27ea28eef121477a629a Mon Sep 17 00:00:00 2001 From: Cyper Date: Fri, 20 Jun 2025 02:02:10 -0400 Subject: [PATCH] attempt 2 --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8e4b8bf..02c1878 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,4 +24,4 @@ jobs: rm -rf /var/sites/cy.cyper.cc/www/html/* echo "Deploying new site files from src/_site folder..." - mv ./_site/* /var/sites/cy.cyper.cc/www/html \ No newline at end of file + mv ./src/_site/* /var/sites/cy.cyper.cc/www/html \ No newline at end of file