diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 136b18a..4e25c6c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Push to Dokku uses: dokku/github-action@master @@ -42,6 +44,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Push to Dokku uses: dokku/github-action@master