Skip to content

Commit

Permalink
ci: add workflow dispatch to docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
VividLemon committed Apr 14, 2024
1 parent 9728bf4 commit daf3a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: docs-github-pages-deploy
on:
release:
types: [created]
workflow_dispatch:

jobs:
build-and-deploy:
Expand Down

0 comments on commit daf3a0c

Please sign in to comment.