Separate build and run when publishing docs

This commit is contained in:
Patrik Svensson 2020-09-01 22:00:44 +02:00
parent bdaf00a556
commit f2677213a4

View File

@ -30,4 +30,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd docs
dotnet run --configuration Release -- deploy
dotnet build --configuration Release
dotnet run --configuration Release --no-build -- deploy