diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index f845b9c..54ff559 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu steps: - run: cd /home/resume/ + - run: pwd - run: echo "Stopping gitea service..." - run: systemctl stop resume - run: echo "Gitea service stopped"