Skip to content

Commit

Permalink
fix: deploying MkDocs action fail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janezlapajne committed Aug 20, 2024
1 parent 72e1d5b commit 35e5a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Deploy MkDocs

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_run:
workflows: ["Publish To PyPI"]
types:
- closed
- completed
workflow_dispatch:

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo "is_chore_main_release=true" >> $GITHUB_OUTPUT
else
echo "is_chore_main_release=false" >> $GITHUB_OUTPUT
fi
pypi-publish:
needs: check-pr-title
Expand Down

0 comments on commit 35e5a7b

Please sign in to comment.