Skip to content

Commit c894a7a

Browse files
committed
Fix release docs workflow file
1 parent a80be94 commit c894a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5050
5151
- name: 🚀 Deploy Development Docs
52-
if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'workflow_dispatch')
52+
if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'workflow_dispatch'
5353
run: |
5454
MKDOCS_GIT_COMMITTERS_APIKEY=${{ secrets.GITHUB_TOKEN }} poetry run mike deploy --push develop
5555

0 commit comments

Comments
 (0)