Skip to content

Commit

Permalink
Add option to manually trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
SiemondeLange authored Sep 30, 2022
1 parent d05b303 commit 4494408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Pull Request Docs Check"
on:
- pull_request
- workflow_dispatch


jobs:
docs:
Expand All @@ -22,4 +24,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: ./_build/html/
path: ./_build/html/

0 comments on commit 4494408

Please sign in to comment.