[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
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ jobs:
- uses: maxheld83/ghpages@master
name: Publish Documentation on GitHub Pages
env:
BUILD_DIR: _site
BUILD_DIR: docfx_project/_site
GH_PAT: ${{ secrets.GH_PAT }}