mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 23:50:18 +01:00
Update ghpages.yml
This commit is contained in:
parent
494deda82b
commit
47eb49b885
4
.github/workflows/ghpages.yml
vendored
4
.github/workflows/ghpages.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Build Documentation
|
||||
env:
|
||||
DOCFX_SOURCE_BRANCH_NAME: master
|
||||
DOCFX_SOURCE_BRANCH_NAME: main
|
||||
run: |
|
||||
nuget install memberpage -Version 2.48.1 -OutputDirectory docs
|
||||
.tools/docfx/docfx.exe docs/docfx.json
|
||||
|
|
@ -56,6 +56,6 @@ jobs:
|
|||
git config --local core.autocrlf false
|
||||
git add .
|
||||
git commit -m "Auto-update doc from commit %GITHUB_SHA%"
|
||||
git push --force https://%ACCESS_TOKEN%@github.com/%GITHUB_REPOSITORY%.git main:%BRANCH%
|
||||
git push --force https://%ACCESS_TOKEN%@github.com/%GITHUB_REPOSITORY%.git master:%BRANCH%
|
||||
rmdir .git /S /Q
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue