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