mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
chore: upgrade deploy-action version
This commit is contained in:
parent
e17994d454
commit
ade5831aac
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
@ -36,11 +36,10 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user