link documentation to mediamtx.org (#4912)

This commit is contained in:
Alessandro Ros 2025-08-30 14:56:11 +02:00 committed by GitHub
parent 619d84abd5
commit 1a5e736b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 2735 additions and 2789 deletions

View file

@ -160,19 +160,3 @@ jobs:
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
api_docs:
needs: binaries
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- run: make apidocs
- run: mv api/*.html api/index.html
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./api