We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8c601 commit 230d65bCopy full SHA for 230d65b
.github/workflows/publlic-ghpages.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
command: custom
18
# full command string passed to `asyncapi <custom_command>`
19
- custom_command: 'generate fromTemplate lobby-to-client/v1/asyncapi.yml "@asyncapi/html-template@3.3.1" --use-new-generator -o ./output'
+ custom_command: 'generate fromTemplate ./lobby-to-client/v1/asyncapi.yml "@asyncapi/html-template@3.3.1" --use-new-generator -o ./output --param outFilename=index.html --param singleFile=true'
20
21
- name: Deploy GH page
22
uses: JamesIves/github-pages-deploy-action@v4
.gitignore
@@ -1,2 +1,8 @@
1
+# IntelliJ
2
.idea/
-*.iml
3
+*.iml
4
+
5
+# Files from generator
6
+output/
7
+node_modules/
8
+package*.json
0 commit comments