1
0
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:
Oliver Booth 2022-05-12 14:30:51 +01:00
parent 28d64f74fb
commit cd9d2d7bef
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -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 }}