From 2c7f4fae1b1444005a487e40dfd32741cade9308 Mon Sep 17 00:00:00 2001 From: "Shaun Lawrie (via GitHub Actions)" Date: Sat, 16 Mar 2024 02:52:11 +1300 Subject: [PATCH] [skip ci] fix main deploy --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 44675f10..db9aa552 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -24,7 +24,7 @@ jobs: $ErrorActionPreference = "Stop" & .\PwshSpectreConsole\Build.ps1 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