diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index d5242c94..64f3143d 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -119,6 +119,9 @@ jobs: # Publish prerelease docs Install-Module HelpOut -Scope CurrentUser -RequiredVersion 0.5 -Force & .\PwshSpectreConsole.Docs\src\powershell\UpdateDocs.ps1 -NonInteractive -Branch "prerelease" + + # Push any docs changes + git push - name: Deploy uses: cloudflare/wrangler-action@v3 with: