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
8 changed files with 8 additions and 8 deletions
+2 -2
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