更新 .gitea/workflows/deploy.yml
Some checks failed
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Failing after 2s
Some checks failed
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Failing after 2s
This commit is contained in:
@ -8,10 +8,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Source Code
|
||||
uses: actions/checkout@v4
|
||||
uses: https://gitea.com/actions/actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: https://gitea.com/actions/actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm' # 启用npm缓存
|
||||
|
||||
Reference in New Issue
Block a user