1
All checks were successful
Build Project / build (push) Successful in 3m18s

This commit is contained in:
mozzie 2024-06-04 13:17:39 +08:00
parent 469f9ce31d
commit ac475f5b23

View File

@ -8,32 +8,25 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: node:18
options: --volume /www/wwwroot/caddy/html/:/public
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Node.js - name: Install pnpm
uses: actions/setup-node@v2 run: npm i -g pnpm hexo
with:
node-version: '18' # or specify the version you need
# - name: Install pnpm - name: Install dependencies
# run: npm i -g pnpm hexo run: pnpm install
# - name: Install dependencies
# run: pnpm install
# - name: hexo clean - name: hexo clean
# run: hexo cl run: hexo cl
# - name: hexo generate - name: hexo generate
# run: hexo g run: hexo g
# - name: build algolia search index - name: build algolia search index
# run: pnpm run search run: pnpm run search
- name: move dist assets to host
run: ls
- name: move dist assets to host
run: pwd