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
8401623f88
commit
22884fc538
7
.github/workflows/ghpages.yml
vendored
7
.github/workflows/ghpages.yml
vendored
|
|
@ -27,8 +27,13 @@ jobs:
|
|||
# with:
|
||||
# args: docs/docfx.json
|
||||
|
||||
# - name: Publish Documentation
|
||||
- name: Publish Documentation
|
||||
# uses: maxheld83/ghpages@master
|
||||
# env:
|
||||
# BUILD_DIR: artifacts/docs_site
|
||||
# GH_PAT: ${{ secrets.GH_PAT }}
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.GH_PAT }}
|
||||
BRANCH: gh-pages # The branch the action should deploy to.
|
||||
FOLDER: artifacts/docs_site # The folder the action should deploy.
|
||||
|
|
|
|||
Loading…
Reference in a new issue