File: generate_docs.yml

package info (click to toggle)
obs-studio 29.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,920 kB
  • sloc: ansic: 182,921; cpp: 98,959; sh: 1,591; python: 945; makefile: 858; javascript: 19
file content (27 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: 'Generate docs'

on:
  push:
    paths-ignore:
      - 'docs/generated/**'
    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 }}
      IS_CI: "true"
    steps:
      - name: 'Checkout'
        uses: actions/checkout@v2
        with:
          path: ${{ github.workspace }}/obs-websocket
      - name: 'Generate docs'
        working-directory: ${{ github.workspace }}/obs-websocket
        run: |
          ./CI/generate-docs.sh