mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Merge remote-tracking branch 'origin/master' into blog-content
This commit is contained in:
commit
6175fc406f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/deploy-blog.yml
vendored
4
.github/workflows/deploy-blog.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout blog-content branch
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: blog-content
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div id="page-loading-indicator" aria-hidden="true">
|
||||
<div id="page-loading-indicator" aria-hidden="true" transition:persist>
|
||||
<span class="page-loading-spinner"></span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue