diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ab027bb..d6329c7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -84,6 +84,10 @@ jobs: if: github.repository == 'amaranth-lang/amaranth' runs-on: ubuntu-latest steps: + - name: Check out source code + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Download documentation archive uses: actions/download-artifact@v3 with: