diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index e182ac97..a7fe9fea 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -1,26 +1,26 @@ name: 'Generate docs' on: - push: - paths-ignore: - - 'docs/**' - branches: - - master + 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: | - ./CI/generate-docs.sh + 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: | + ./CI/generate-docs.sh