diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b1bf888..dd77346 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Check out source uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install Bun uses: oven-sh/setup-bun@v2 @@ -25,11 +27,6 @@ jobs: - name: Build site run: bun run build - - name: Install deployment tools - run: | - sudo apt-get update - sudo apt-get install --yes --no-install-recommends openssh-client - - name: Configure SSH env: DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}