diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 42579cf..8d6d439 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -36,7 +36,7 @@ jobs: DOCFX_SOURCE_BRANCH_NAME: master run: | .tools/docfx/docfx.exe docs/docfx.json - powershell -ExecutionPolicy ByPass -command "docs\FixApiRefLinks" -Path %~dp0..\artifacts\docs_site\api\ + powershell -ExecutionPolicy ByPass -command "docs\FixApiRefLinks" -Path artifacts\docs_site\api\ - name: Publish Documentation env: