Skip to content

Commit 6dcac6d

Browse files
ci: remove async api validation job and correct path
1 parent dd5b42c commit 6dcac6d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,22 +147,18 @@ jobs:
147147
with:
148148
submodules: recursive
149149
fetch-depth: 0
150-
- name: Validating AsyncAPI document
151-
uses: WaleedAshraf/[email protected]
152-
with:
153-
filepath: docs/api/my-asyncapi.yml
154150
- name: Generating HTML from AsyncAPI document
155151
uses: docker://asyncapi/github-action-for-generator:2.0.0
156152
with:
157153
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
160156
- name: Deploy AyncAPI documentation on GitHub Pages
161157
uses: peaceiris/actions-gh-pages@v3
162158
with:
163159
github_token: ${{ secrets.GITHUB_TOKEN }}
164160
keep_files: true
165-
publish_dir: ./build/asyncapi/html
161+
publish_dir: asyncapi-doc
166162
destination_dir: asyncapi
167163
user_name: 'github-actions[bot]'
168164
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)