Skip to content

Commit 230d65b

Browse files
committed
At least locally it works
1 parent 4a8c601 commit 230d65b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/publlic-ghpages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
command: custom
1818
# 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'
19+
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'
2020

2121
- name: Deploy GH page
2222
uses: JamesIves/github-pages-deploy-action@v4

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
# IntelliJ
12
.idea/
2-
*.iml
3+
*.iml
4+
5+
# Files from generator
6+
output/
7+
node_modules/
8+
package*.json

0 commit comments

Comments
 (0)