We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e73c3b commit 2690c3eCopy full SHA for 2690c3e
1 file changed
.github/actions/publish-website/action.yml
@@ -51,6 +51,14 @@ runs:
51
if: always()
52
run: docker stop mokapi || true
53
shell: bash
54
+ - name: Build CLI doc
55
+ run: go run ./cmd/internal/gen-cli-docs/main.go
56
+ shell: bash
57
+ - name: Upload CLI doc
58
+ uses: actions/upload-artifact@v4
59
+ with:
60
+ name: cli.md
61
+ path: docs/configuration/static/mokapi.md
62
- name: build website
63
working-directory: ./webui
64
run: |
0 commit comments