diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4ee400..d925a73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: "Pull Request Docs Check" on: - pull_request +- workflow_dispatch + jobs: docs: @@ -22,4 +24,4 @@ jobs: - uses: actions/upload-artifact@v1 with: name: DocumentationHTML - path: ./_build/html/ \ No newline at end of file + path: ./_build/html/