From ba0708abfd52261851d82502d2998993267aaae5 Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Sun, 22 Oct 2023 22:04:51 -0400 Subject: [PATCH] Fix YAML Issue --- .gitea/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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