diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index cbc6658..6b7a528 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,9 +24,7 @@ jobs: run: npm run build - name: Create folder if needed - run: if [ ! -d /www/work.suroh.tk ]; then - mkdir /www/work.suroh.tk - fi + run: if [ ! -d /www/work.suroh.tk ]; then mkdir /www/work.suroh.tk; fi - name: Copy built website run: cp -r _site /www/work.suroh.tk