mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 00:25:40 +00:00
[github actions] Pass GH_PAT to docfx-action
Still winging things.
This commit is contained in:
parent
4da6ac7de4
commit
f6aeaf35f7
4
.github/workflows/docfx.yml
vendored
4
.github/workflows/docfx.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
name: Build Documentation
|
||||
with:
|
||||
args: docfx_project/docfx.json
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- uses: maxheld83/ghpages@master
|
||||
name: Publish Documentation on GitHub Pages
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
env:
|
||||
BUILD_DIR: docfx_project/_site
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
Loading…
Reference in New Issue
Block a user