Skip to content

Commit 88bfd01

Browse files
committed
fix ci
1 parent 90d1a29 commit 88bfd01

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: sync shell cmd
2828
run: |
2929
curr_branch=master
30+
git fetch --unshallow
3031
git submodule update --init --recursive
3132
wget https://github.com/kendryte/kendryte-gnu-toolchain/releases/download/v8.2.0-20190409/kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz
3233
sudo tar -Jxf kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz -C /opt

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<br />
1010
<br />
1111

12-
<a href="https://travis-ci.org/sipeed/MaixPy">
13-
<img src="https://img.shields.io/github/workflow/status/sipeed/maixpy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
12+
<a href="https://github.com/sipeed/MaixPy/actions">
13+
<img src="https://img.shields.io/github/workflow/status/Sipeed/MaixPy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
1414
</a>
1515
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/">
1616
<img src="https://img.shields.io/badge/download-master-ff69b4.svg?style=for-the-badge" alt="master build firmware" />

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<br />
1111
<br />
1212

13-
<a href="https://travis-ci.org/sipeed/MaixPy">
14-
<img src="https://img.shields.io/github/workflow/status/sipeed/maixpy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
13+
<a href="https://github.com/sipeed/MaixPy/actions">
14+
<img src="https://img.shields.io/github/workflow/status/Sipeed/MaixPy/compile%20test%20and%20publish?style=for-the-badge" alt="Master branch build status" />
1515
</a>
1616
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/">
1717
<img src="https://img.shields.io/badge/download-master-ff69b4.svg?style=for-the-badge" alt="master build firmware" />

0 commit comments

Comments
 (0)