diff --git a/.github/workflows/gitbook-sync.yml b/.github/workflows/gitbook-sync.yml index a3090230..73fabba0 100644 --- a/.github/workflows/gitbook-sync.yml +++ b/.github/workflows/gitbook-sync.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 2 # To retrieve the preceding commit. + fetch-depth: 0 # To retrieve the preceding commit. # TODO: change back to using dorny/paths-filter when https://github.com/dorny/paths-filter/pull/133 is implemented - uses: mirpedrol/paths-filter@main @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 2 # To retrieve the preceding commit. + fetch-depth: 0 # To retrieve the preceding commit. - name: Combine all tags.yml files id: get_tags