Skip to content

Commit

Permalink
Update docfx.yml
Browse files Browse the repository at this point in the history
References #26.
  • Loading branch information
jspuij committed Jan 23, 2020
1 parent 401f81a commit 4e4af52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.BUILD_Token }}
path: Cortex.Net
- uses: actions/checkout@v2
with:
repository: jspuij/Cortex.Net.Docs
ref: master
token: ${{ secrets.BUILD_Token }}
path: ../Cortex.Net.Docs
path: Cortex.Net.Docs
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand All @@ -29,6 +30,7 @@ jobs:
args: install docfx -y
- name: Run documentation generation
run: build/docfx.cmd
working-directory: ./Cortex.Net
env:
token: ${{ secrets.BUILD_Token }}
GH_EMAIL: ${{ secrets.GH_EMAIL }}
Expand All @@ -37,5 +39,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.BUILD_Token }}
directory: ../Cortex.Net.Docs
directory: Cortex.Net.Docs
repository: jspuij/Cortex.Net.Docs

0 comments on commit 4e4af52

Please sign in to comment.