mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-09-04 20:55:41 +00:00
Merge remote-tracking branch 'origin/master' into blog-content
This commit is contained in:
commit
c949d46818
1 changed files with 5 additions and 5 deletions
10
.github/workflows/deploy-blog.yml
vendored
10
.github/workflows/deploy-blog.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -58,12 +58,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout blog-content branch
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
ref: blog-content
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
|
@ -120,12 +120,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout blog-content branch
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
ref: blog-content
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
|
|
|||
Loading…
Reference in a new issue