mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
rename apidocs into api (#4844)
this is to follow standard Golang project layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user