Skip to content

Commit

Permalink
chore: upgrade deploy-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Aug 22, 2021
1 parent e17994d commit ade5831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
with:
persist-credentials: false

Expand All @@ -36,11 +36,10 @@ jobs:
run: npm run build

- name: Deploy
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
branch: gh-pages
folder: dist

- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
<tr>
<td align="center" style="width: 60px;">
<a href="https://mp.weixin.qq.com/s/udU2ZICg60HbspgWTQdYpg">
<img src="https://cdn.jsdelivr.net/gh/filess/img18@main/2021/05/30/1622376511570-210e6702-a9c5-495e-883b-3ea0c6257da1.jpg" style="width: 40px;"><br>
<img src="https://cdn.jsdelivr.net/gh/filess/img2@main/2021/08/22/1629604090568-c1b0d718-a0ca-4b25-983d-73591bbc5556.png" style="width: 40px;"><br>
<sub>ApachePulsar</sub>
</a>
</td>
Expand Down

0 comments on commit ade5831

Please sign in to comment.