mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 15:40:16 +01:00
Fix token
This commit is contained in:
parent
4439ce6f2d
commit
0f0403d879
2
.github/workflows/ghpages.yml
vendored
2
.github/workflows/ghpages.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Publish Documentation
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GH_PAT }}
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
DOCSFOLDER: artifacts/docs_site
|
||||
shell: cmd
|
||||
|
|
|
|||
Loading…
Reference in a new issue