-
Notifications
You must be signed in to change notification settings - Fork 72
Commit 94a3c21
authored
Add docs dispatch for opaque sql (#243)
This PR adds a dispatch action to the CI that notifies the [documentation repo](https://github.com/mc2-project/mc2-project.github.io) to rebuild and regenerate documentation upon every push to master in this Opaque SQL repo.
This action essentially makes a request to the documentation repo to rebuild upon every push to master. The documentation repo listens for this request [here](https://github.com/mc2-project/mc2-project.github.io/blob/master/.github/workflows/docs.yml#L11). Once the documentation repo receives this request, it'll automatically regenerate the documentation and publish it online.1 parent 4a0ab5a commit 94a3c21
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | + | ||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + |
0 commit comments