mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
link documentation to mediamtx.org (#4912)
This commit is contained in:
parent
619d84abd5
commit
1a5e736b59
39 changed files with 2735 additions and 2789 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue