Commit b2413ca
committed
ci(docs[workflow_dispatch]) Always publish on manual trigger
why: workflow_dispatch has no push diff so dorny/paths-filter sees
no changed files, leaving PUBLISH unset and all build steps skipped.
what:
- Add github.event_name == 'workflow_dispatch' to Should publish
condition so manual runs always build and deploy docs1 parent dedcf8c commit b2413ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments