mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Update ghpages.yml
This commit is contained in:
parent
0140c41b0f
commit
2487d57fbc
12
.github/workflows/ghpages.yml
vendored
12
.github/workflows/ghpages.yml
vendored
|
|
@ -22,20 +22,12 @@ jobs:
|
|||
# mkdir artifacts/docs/api
|
||||
# artifacts/toolset/generateomd /source=src/NmeaParser /output=artifacts/docs/api/omd.html
|
||||
- name: Build Documentation
|
||||
run: build\GenerateDoc.cmd
|
||||
# uses: nikeee/docfx-action@master
|
||||
# with:
|
||||
# args: docs/docfx.json
|
||||
run: build\GenerateDoc.cmd
|
||||
|
||||
- name: Publish Documentation
|
||||
uses: peaceiris/actions-gh-pages@v2
|
||||
env:
|
||||
# ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
PERSONAL_TOKEN: ${{ secrets.GH_PAT }}
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PUBLISH_BRANCH: gh-pages
|
||||
PUBLISH_DIR: ./artifacts/docs_site
|
||||
|
||||
# - name: Publish Documentation
|
||||
# uses: maxheld83/ghpages@master
|
||||
# env:
|
||||
# BUILD_DIR: artifacts/docs_site
|
||||
|
|
|
|||
Loading…
Reference in a new issue