From f4530907d8fabf767e9eee9ac0d6b6da18fc813a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Cie=C5=9Blak?= Date: Wed, 10 Jun 2020 21:21:55 +0200 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3f2d39ee..1627aae9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,8 +18,6 @@ jobs: dotnet-version: 3.1.201 - name: Restore tools run: dotnet tool restore - - name: Restore dependencies - run: dotnet restore - name: Run Fornax run: dotnet fake build -t Docs - name: Deploy @@ -28,4 +26,4 @@ jobs: personal_token: ${{ secrets.PERSONAL_TOKEN }} publish_dir: ./docs/_public publish_branch: gh-pages - force_orphan: true \ No newline at end of file + force_orphan: true