Skip to content

Commit

Permalink
Merge pull request #50 from Krzysztof-Cieslak/patch-2
Browse files Browse the repository at this point in the history
Update docs.yml
  • Loading branch information
7sharp9 authored Jun 10, 2020
2 parents 6d79a6f + f453090 commit 2f6bcb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,4 +26,4 @@ jobs:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: ./docs/_public
publish_branch: gh-pages
force_orphan: true
force_orphan: true

0 comments on commit 2f6bcb9

Please sign in to comment.