Skip to content

Commit

Permalink
Remove DocFX hack
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one committed Sep 15, 2022
1 parent 0208490 commit cccd1c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
- name: Install DocFX
run: nuget install docfx.console -x

- name: Checkout DocFX hack
run: git clone https://github.com/vers-one/DocFX-fix

- name: Apply the hack
run: xcopy /Y DocFX-fix\*.* docfx.console\tools\

- name: Run DocFX
run: docfx.console\tools\docfx.exe Documentation\docfx.json

Expand All @@ -55,4 +49,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@main

0 comments on commit cccd1c4

Please sign in to comment.