From fea9485c57732ef6bc9e58ae67ff44d1eae36ecd Mon Sep 17 00:00:00 2001 From: "Shaun Lawrie (via GitHub Actions)" Date: Fri, 15 Mar 2024 00:28:51 +1300 Subject: [PATCH] Update path --- .github/workflows/build-test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 91a8de86..c68dba37 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -110,7 +110,7 @@ jobs: # Publish prerelease docs Install-Module HelpOut -Scope CurrentUser -Force - & .\PwshSpectreConsole.Docs\UpdateDocs.ps1 -NonInteractive + & .\PwshSpectreConsole.Docs\src\powershell\UpdateDocs.ps1 -NonInteractive git config --global user.name 'Shaun Lawrie (via GitHub Actions)' git config --global user.email 'shaun.r.lawrie@gmail.com' git add PwshSpectreConsole.Docs/src/content || true