Skip to content

Commit

Permalink
local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
brux committed Apr 11, 2024
1 parent ba77d15 commit 537cfc8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rxz2gc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,7 @@ jobs:
run: |
yarn add hexo-cli
yarn
- name: Install dependencies
# 下载 hexo-cli 脚手架及相关安装包
if: steps.cache-modules.outputs.cache-hit != 'true'
run: | # **如果仓库里没有 package-lock.json,上传一下,npm ci 必须要有 package-lock.json**
yarn
- name: Generate public files # 生成
run: |
hexo clean
Expand Down

0 comments on commit 537cfc8

Please sign in to comment.