Skip to content

Commit

Permalink
Merge branch 'master' into embedded-examples-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 authored Jun 14, 2024
2 parents a51107d + d61150d commit 96871f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Copy Spec file from Current Repo to Another
working-directory: ./website
run: |
cp ../spec/spec/asyncapi.md ./pages/docs/reference/specification/${{ steps.latest_version.outputs.latest_tag }}.md
cp ../spec/spec/asyncapi.md ./markdown/docs/reference/specification/${{ steps.latest_version.outputs.latest_tag }}.md
- name: Remove Table of Contents from Spec
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 96871f5

Please sign in to comment.