diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index aacc3a4b..aff2df52 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,7 +19,7 @@ jobs: node-version: '18' # or specify the version you need - name: Install pnpm - run: npm i -g pnpm + run: npm i -g pnpm hexo - name: Install dependencies run: pnpm install