diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 96d181f..3e437a7 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -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 @@ -55,4 +49,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@main \ No newline at end of file + uses: actions/deploy-pages@main