diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d0a545a..79521d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: git fetch --tags + with: + fetch-depth: 0 - uses: ammaraskar/sphinx-action@master with: