Skip to content

主题去AI化:首页重构(删粒子/统计卡/标签云/占位卡)、Hero去渐变加编排动效、reveal改默认可见+reduced-motion、… #95

主题去AI化:首页重构(删粒子/统计卡/标签云/占位卡)、Hero去渐变加编排动效、reveal改默认可见+reduced-motion、…

主题去AI化:首页重构(删粒子/统计卡/标签云/占位卡)、Hero去渐变加编排动效、reveal改默认可见+reduced-motion、… #95

Workflow file for this run

name: Deploy Hexo to GitHub Pages (Backup)
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v4
with:
ref: master
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build
run: npx hexo generate
- name: Deploy to pages branch
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: pages