Skip to content

chore: Trigger docs update #4

chore: Trigger docs update

chore: Trigger docs update #4

Workflow file for this run

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: ${{ secrets.DOCS_PAT }}
run: |
gh workflow run versions-table.yml -R RocketChat/docs