Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 18, 2024
1 parent 970acb3 commit 974a0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
echo "#!/bin/bash" > out/view_doc.sh
echo "python -m http.server" >> out/view_doc.sh
echo "python -m http.server" > out/view_doc.bat
mkdir ${doc_dir}/html
mkdir -p ${doc_dir}/html
mv ./out/* ${doc_dir}/html/
mkdir ${doc_dir}/source
mkdir -p ${doc_dir}/source
mv ./* ${doc_dir}/source/
zip ${doc_dir}.zip -r $doc_dir
cd ..
Expand Down
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 4
version_patch = 11
version_patch = 12

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

0 comments on commit 974a0e5

Please sign in to comment.