mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +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
|
name: Build Documentation
|
||||||
with:
|
with:
|
||||||
args: docfx_project/docfx.json
|
args: docfx_project/docfx.json
|
||||||
|
env:
|
||||||
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
- uses: maxheld83/ghpages@master
|
- uses: maxheld83/ghpages@master
|
||||||
name: Publish Documentation on GitHub Pages
|
name: Publish Documentation on GitHub Pages
|
||||||
with:
|
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: docfx_project/_site
|
BUILD_DIR: docfx_project/_site
|
||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
Loading…
Reference in New Issue
Block a user