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
1d972b3f77
commit
0140c41b0f
15
.github/workflows/ghpages.yml
vendored
15
.github/workflows/ghpages.yml
vendored
|
|
@ -26,8 +26,17 @@ jobs:
|
|||
# with:
|
||||
# args: docs/docfx.json
|
||||
run: build\GenerateDoc.cmd
|
||||
|
||||
- name: Publish Documentation
|
||||
uses: maxheld83/ghpages@master
|
||||
uses: peaceiris/actions-gh-pages@v2
|
||||
env:
|
||||
BUILD_DIR: artifacts/docs_site
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
# 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
|
||||
|
||||
# uses: maxheld83/ghpages@master
|
||||
# env:
|
||||
# BUILD_DIR: artifacts/docs_site
|
||||
# GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue