Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp authored Jul 10, 2023
1 parent fba8f93 commit 1c4a683
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
<a href="${{steps.deploy.outputs.url}}"><img alt="成功" src="https://assets.yuanshen.site/images/privew_is_ready.png"></a>
<a href="${{steps.deploy.outputs.url}}"><img alt="成功" src="https://assets.yuanshen.site/images/privew_is_ready_v1.png"></a>
<!-- [工作流地址](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}) -->
<!-- AUTO_PREVIEW_HOOK -->
number: ${{ steps.pr.outputs.id }}
body-include: "<!-- AUTO_PREVIEW_HOOK -->"

- run: |
rm -rf _site/
Expand All @@ -66,7 +66,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
[<img alt="失败" src="https://assets.yuanshen.site/images/privew_failed.png">](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})
[<img alt="失败" src="https://assets.yuanshen.site/images/privew_failed_v1.png">](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})
<!-- AUTO_PREVIEW_HOOK -->
number: ${{ steps.pr.outputs.id }}
body-include: "<!-- AUTO_PREVIEW_HOOK -->"
Expand All @@ -91,7 +91,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
[<img alt="失败" src="https://assets.yuanshen.site/images/privew_failed.png">](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})
[<img alt="失败" src="https://assets.yuanshen.site/images/privew_failed_v1.png">](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})
<!-- AUTO_PREVIEW_HOOK -->
number: ${{ steps.pr.outputs.id }}
body-include: "<!-- AUTO_PREVIEW_HOOK -->"
body-include: "<!-- AUTO_PREVIEW_HOOK -->"
4 changes: 2 additions & 2 deletions .vitepress/theme/styles/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
-webkit-mask-position: center;
mask-size: 100% 100%;
background-color: currentColor;
width: 28px;
height: 28px;
width: 28px!important;
height: 28px !important;
margin-right: 0.5em;
}

Expand Down

0 comments on commit 1c4a683

Please sign in to comment.