Skip to content

Commit

Permalink
Trigger docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Jul 26, 2023
1 parent 7aa0d96 commit cf707bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Docs

on:
release:
types: [published]
pull_request:
branches: '**'

jobs:
docs:
name: docs workflow
runs-on: ubuntu-20.04

steps:
- name: Run docs workflow
env:
GH_TOKEN: ${{ github.token }}
run: |
gh workflow run versions-table.yml -R RocketChat/docs

0 comments on commit cf707bb

Please sign in to comment.