mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
chore: Trigger docs update (#29932)
This commit is contained in:
parent
0187ef0a4b
commit
f377b47963
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -689,3 +689,11 @@ jobs:
|
||||
event-type: new_release
|
||||
repository: RocketChat/Release.Distributions
|
||||
client-payload: '{"tag": "${{ github.ref_name }}"}'
|
||||
|
||||
- name: Update docs
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.DOCS_PAT }}
|
||||
event-type: new_release
|
||||
repository: RocketChat/docs
|
||||
client-payload: '{"tag": "${{ github.ref_name }}"}'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user