diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6844917..156a723 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout source - uses: gitea/checkout@v4 + run: | + git clone ${GITEA_REPOSITORY_URL} repo + cd repo - name: Install Hugo run: |