mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:45:41 +00:00
[github actions] Fix BUILD_DIR for docfx job
This commit is contained in:
parent
28d64f74fb
commit
cd9d2d7bef
2
.github/workflows/docfx.yml
vendored
2
.github/workflows/docfx.yml
vendored
@ -17,5 +17,5 @@ jobs:
|
|||||||
- uses: maxheld83/ghpages@master
|
- uses: maxheld83/ghpages@master
|
||||||
name: Publish Documentation on GitHub Pages
|
name: Publish Documentation on GitHub Pages
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: _site
|
BUILD_DIR: docfx_project/_site
|
||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
Loading…
Reference in New Issue
Block a user