File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -147,22 +147,18 @@ jobs:
147
147
with :
148
148
submodules : recursive
149
149
fetch-depth : 0
150
- - name : Validating AsyncAPI document
151
- uses :
WaleedAshraf/[email protected]
152
- with :
153
- filepath : docs/api/my-asyncapi.yml
154
150
- name : Generating HTML from AsyncAPI document
155
151
uses : docker://asyncapi/github-action-for-generator:2.0.0
156
152
with :
157
153
template :
' @asyncapi/[email protected] '
158
- filepath : docs/async-api/async-api.yml
159
- output : ./build/asyncapi/html
154
+ filepath : ./ docs/async-api/async-api.yml
155
+ output : asyncapy-doc
160
156
- name : Deploy AyncAPI documentation on GitHub Pages
161
157
uses : peaceiris/actions-gh-pages@v3
162
158
with :
163
159
github_token : ${{ secrets.GITHUB_TOKEN }}
164
160
keep_files : true
165
- publish_dir : ./build/ asyncapi/html
161
+ publish_dir : asyncapi-doc
166
162
destination_dir : asyncapi
167
163
user_name : ' github-actions[bot]'
168
164
user_email : ' github-actions[bot]@users.noreply.github.com'
You can’t perform that action at this time.
0 commit comments