diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 28a8f3d..05d976d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,9 +23,9 @@ jobs: run: | hugo \ --minify - deploy: - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to Server - run: scp public/* ${{ SCP_URL }}:/var/www/html/ \ No newline at end of file + deploy: + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to Server + run: scp public/* ${{ SCP_URL }}:/var/www/html/ \ No newline at end of file