summaryrefslogtreecommitdiff
path: root/.github/workflows/deploy-docs.yml
blob: c229b3379f99a4941b09483e8054698002ba8d6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Deploy Docs
on:
  push:
    branches: [ v2.3.x ]
    paths: [ 'docs/**' ]
permissions: read-all
jobs:
  build:
    if: github.repository_owner == 'asciidoctor'
    runs-on: ubuntu-latest
    steps:
    - name: Trigger
      env:
        GH_TOKEN: ${{ secrets.GH_TOKEN_SCOPE_REPO }}
      run: gh workflow run trigger.yml -R asciidoctor/docs.asciidoctor.org -r main