Skip to content

Commit

Permalink
update build all ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Oct 10, 2024
1 parent 541a017 commit 88f9f51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_upload_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
teedoc build
echo "== build complete =="
out_dir=out`python3 -c 'import json; f=open("site_config.json");config=json.load(f);print(config["site_root_url"])'`
echo "== clone MaixPy gh-pages =="
git clone https://github.com/sipeed/MaixPy --depth=1 --branch=gh-pages
echo "== copy maixpy dir to out_dir =="
mv MaixPy/maixpy $out_dir
rm -rf MaixPy
mv $out_dir ../
remote_addr=`git remote get-url --push origin`
remote_addr=`echo $remote_addr| awk -F'://' '{print $2}'`
Expand Down

0 comments on commit 88f9f51

Please sign in to comment.