diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 0c2174f..10d905f 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -22,7 +22,7 @@ jobs: with: args: docs\docfx.json - name: Publish Documentation - uses: maxheld83/ghpages@master" + uses: maxheld83/ghpages@master env: BUILD_DIR: artifacts/docs_site GH_PAT: ${{ secrets.GH_PAT }}