diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b7d080a..258fc26 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,4 +21,4 @@ jobs: run: npm run build - name: Copy built site to host folder - run: docker cp my_runner:/workspace/${{ github.repository }}/_site /var/www/work.suroh.tk + run: cp _site /www/work.suroh.tk