Skip to content

Commit

Permalink
chore(ci): change pages to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored May 20, 2024
1 parent 87ac58c commit 63a3656
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 63a3656

Please sign in to comment.