diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8d85091..9bcbdf7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@v4 + run: | + git clone $GITEA_SERVER_URL/$GITHUB_REPOSITORY.git . + git checkout $GITHUB_SHA - name: Test Hugo run: |