From ef6116c632205ec19ffe11490e9929dc4ab07798 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Thu, 10 Jun 2021 17:38:06 +0200 Subject: [PATCH] Fetch repository fully when publishing website This might help with https://github.com/scalameta/mdoc/runs/2795014364?check_suite_focus=true --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1f99dae2..a402c9628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - uses: olafurpg/setup-scala@v11 - run: sbt '++2.12.13 docs/mdoc' test: