Skip to content

Commit

Permalink
ci: enable workflow_dispatch for docs gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
MArpogaus committed Sep 13, 2024
1 parent 3215983 commit 6c4c391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Generate documentation using pdoc and deploy as gh page.

# build the documentation whenever there are new commits on main
on:
workflow_dispatch:
branches:
push:
branches:
tags:
Expand Down

0 comments on commit 6c4c391

Please sign in to comment.