Commit dd30875
[ci] Use local rsync-deployments action in docs workflow
Switch the two upload steps in .github/workflows/docs.yml from
burnett01/rsync-deployments to the locally-defined action added in the
previous commit. This fixes the nightly docs build, which currently
fails because the third-party action is not in the ASF allowed-actions
list.
This commit only touches main's workflow file. The cron trigger always
reads the workflow definition from the default branch, so release
branches do not need this change for the scheduled build to work --
they only need the local action committed alongside.1 parent 7082065 commit dd30875
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments