diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 2497b32..6e12875 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: cd /home/resume + - run: cd /home/resume/ - run: echo "Stopping gitea service..." - run: systemctl stop gitea - run: echo "Gitea service stopped"