We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b785f3 commit dd793c8Copy full SHA for dd793c8
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
script/generate-API-docs.ros
114
115
- name: Deploy Docs
116
- if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.lisp == 'sbcl-bin'
117
uses: crazy-max/ghaction-github-pages@v3
118
with:
119
target_branch: gh-pages
0 commit comments