diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index e57063a9e..c344099e9 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -49,7 +49,7 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: 🚀 Deploy Development Docs - if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'workflow_dispatch') + if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'workflow_dispatch' run: | MKDOCS_GIT_COMMITTERS_APIKEY=${{ secrets.GITHUB_TOKEN }} poetry run mike deploy --push develop