Skip to content

Commit

Permalink
mdx plugin (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maidang1 committed Sep 17, 2024
1 parent 8fc2bb0 commit d7158b7
Show file tree
Hide file tree
Showing 51 changed files with 5,417 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
for abi in linux-x64-gnu linux-x64-musl darwin-x64 win32-x64-msvc linux-arm64-musl linux-arm64-gnu darwin-arm64 win32-ia32-msvc win32-arm64-msvc
do
for package in dsv react-components virtual yaml strip image url icons auto-import
for package in dsv react-components virtual yaml strip image url icons auto-import mdx
do
folder_path="/tmp/artifacts/${{github.sha}}-${abi}-${package}"
if [ -d "${folder_path}" ] && [ -n "$(ls -A $folder_path)" ]; then
Expand Down
Loading

0 comments on commit d7158b7

Please sign in to comment.