diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f221198d0..ee8902718 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -81,8 +81,9 @@ jobs: steps: - uses: actions/checkout@v3 with: - # Needed to compute the diff between the head and the latest commit on main - fetch-depth: 2 + # Needed to compute the diff between the head and the latest commit on main (so at least 2) + # AND needed to compute last_updated + fetch-depth: 0 - uses: hmarr/debug-action@v2 - name: debug run: |