diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index e67955f3c..0bd2d336f 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -155,7 +155,7 @@ jobs: git config user.email "MooseBotter@users.noreply.github.com" git add . git commit --allow-empty -m "Auto commit by GitHub Actions Workflow" - git push --set-upstream origin master-ng + git push --set-upstream origin 'master-ng' working-directory: ${{ github.workspace }}/build/MOOSE_DOCS