This commit is contained in:
parent
469f9ce31d
commit
ac475f5b23
|
@ -8,32 +8,25 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:18
|
||||
options: --volume /www/wwwroot/caddy/html/:/public
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '18' # or specify the version you need
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm hexo
|
||||
|
||||
# - name: Install pnpm
|
||||
# run: npm i -g pnpm hexo
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: pnpm install
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
# - name: hexo clean
|
||||
# run: hexo cl
|
||||
- name: hexo clean
|
||||
run: hexo cl
|
||||
|
||||
# - name: hexo generate
|
||||
# run: hexo g
|
||||
- name: hexo generate
|
||||
run: hexo g
|
||||
|
||||
# - name: build algolia search index
|
||||
# run: pnpm run search
|
||||
- name: move dist assets to host
|
||||
run: ls
|
||||
|
||||
- name: move dist assets to host
|
||||
run: pwd
|
||||
- name: build algolia search index
|
||||
run: pnpm run search
|
Loading…
Reference in New Issue
Block a user