diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 6a03f6e..4d46728 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -8,7 +8,7 @@ jobs: steps: - run: cd /home/resume/ - run: echo "Stopping gitea service..." - - run: systemctl stop gitea + - run: systemctl stop resume - run: echo "Gitea service stopped" - run: echo "Pulling repo..." - name: Check out repository code