Skip to content

Commit

Permalink
Update docs build to NUnit fork
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoxyBear authored Sep 13, 2023
1 parent f08392a commit e9dab24
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
jobs:
hello_world_job:
generate_and_publish_docs:
runs-on: ubuntu-latest
name: Build and publish Docs
name: Generate and publish the docs
steps:
- uses: actions/checkout@v1
# ...
- uses: nikeee/docfx-action@v1.0.0
name: Checkout code
- uses: nunit/docfx-action@v2.4.0
name: Build Documentation
with:
args: Docs/docfx.json

# Publish generated site using GitHub Pages
- uses: maxheld83/ghpages@master
name: Publish Documentation on GitHub Pages
env:
Expand Down

0 comments on commit e9dab24

Please sign in to comment.