diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index a06ed8c64..cad0d68e3 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -65,7 +65,7 @@ jobs: git config --global user.email "deploy@phalcon.io" git config --global user.name "Phalcon Team Deploy Bot" git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production - poetry run mike deploy \ + mike deploy \ --update-aliases \ --push \ --remote origin \