clarify that the theme file must end with .yml, not .yaml #103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |