mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 16:27:55 +01:00
Try 4 - Fixes #1745 - Github action to generate API docs
This commit is contained in:
14
.github/workflows/api-docs.yml
vendored
14
.github/workflows/api-docs.yml
vendored
@@ -31,13 +31,13 @@ jobs:
|
||||
run: docfx docfx.json
|
||||
continue-on-error: false
|
||||
|
||||
- name: Publish
|
||||
if: github.event_name == 'push'
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: docs
|
||||
force_orphan: true
|
||||
- name: Publish
|
||||
if: github.event_name == 'push'
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: docs
|
||||
force_orphan: true
|
||||
|
||||
# - name: Use docfx to build API Docs
|
||||
# uses: nikeee/docfx-action@v1.0.0
|
||||
|
||||
Reference in New Issue
Block a user