rename apidocs into api (#4844)

this is to follow standard Golang project layout
This commit is contained in:
Alessandro Ros 2025-08-09 16:05:34 +02:00 committed by GitHub
parent 69d37cc6c6
commit 1f3014aeac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View file

@ -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