mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:28:48 +00:00
[github actions] Pass repo token to docfx job
Honestly I'm just winging it at this point.
This commit is contained in:
parent
cd9d2d7bef
commit
4da6ac7de4
2
.github/workflows/docfx.yml
vendored
2
.github/workflows/docfx.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
args: docfx_project/docfx.json
|
||||
- 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