Skip to content

Commit dd793c8

Browse files
Finish allowing manually triggered workflows to build docs
1 parent 0b785f3 commit dd793c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
script/generate-API-docs.ros
114114
115115
- name: Deploy Docs
116-
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
116+
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
117117
uses: crazy-max/ghaction-github-pages@v3
118118
with:
119119
target_branch: gh-pages

0 commit comments

Comments
 (0)