Skip to content

Commit

Permalink
Add workflow_dispatch to deploy document manually (#189)
Browse files Browse the repository at this point in the history
Add  `workflow_dispatch` to run deploy document manually from the Actions tab
  • Loading branch information
tkoyama010 authored Nov 29, 2023
1 parent d3dab99 commit d697edf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

1 comment on commit d697edf

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.