diff --git a/.gitea/workflows/hugo-deploy.yaml b/.gitea/workflows/hugo-deploy.yaml index 53f6ac7..90cd863 100644 --- a/.gitea/workflows/hugo-deploy.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -14,6 +14,9 @@ jobs: - name: Clone Repository uses: actions/checkout@v3 + - name: Change to Repo Directory + run: cd $GITEA_WORKSPACE + - name: Install Hugo run: | apt-get update