obs-websocket/.github/workflows/generate_docs.yml

27 lines
712 B
YAML
Raw Normal View History

2021-04-26 16:08:11 +00:00
name: 'Generate docs'
on:
push:
paths-ignore:
- 'docs/**'
branches:
- master
jobs:
docs-build:
name: 'Generate docs [Ubuntu]'
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
env:
CHECKOUT_REF: github.ref
GH_TOKEN: github.token
steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
path: ${{ github.workspace }}/obs-websocket
- name: 'Generate docs'
working-directory: ${{ github.workspace }}/obs-websocket
run: |
2021-04-26 16:10:56 +00:00
./CI/generate-docs.sh