From 4f6c9c62c7c1557ccee71707d98f6655ef57ac9f Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Tue, 1 Sep 2020 22:05:46 +0200 Subject: [PATCH] Set fetch depth to 0 --- .github/workflows/docs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 45dd540..abe1a91 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,7 +17,9 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup dotnet uses: actions/setup-dotnet@v1 @@ -30,5 +32,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd docs - dotnet build --configuration Release - dotnet run --configuration Release --no-build -- deploy + dotnet run --configuration Release -- deploy