mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
rename apidocs into api (#4844)
this is to follow standard Golang project layout
This commit is contained in:
parent
69d37cc6c6
commit
1f3014aeac
8 changed files with 8 additions and 8 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -170,9 +170,9 @@ jobs:
|
|||
|
||||
- run: make apidocs
|
||||
|
||||
- run: mv apidocs/*.html apidocs/index.html
|
||||
- run: mv api/*.html api/index.html
|
||||
|
||||
- uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./apidocs
|
||||
publish_dir: ./api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue