Skip to content

Update translations from Crowdin #423

Update translations from Crowdin

Update translations from Crowdin #423

Workflow file for this run

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@v4
with:
path: ${{ github.workspace }}/obs-websocket
- name: 'Generate docs'
working-directory: ${{ github.workspace }}/obs-websocket
run: |
./CI/generate-docs.sh