Skip to content

【修复】PJAX 与语法高亮主题适配 #8

【修复】PJAX 与语法高亮主题适配

【修复】PJAX 与语法高亮主题适配 #8

Workflow file for this run

name: GitHub Pages
on:
workflow_dispatch:
push:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm install
- run: npx hexo
- name: Override changes
run: |
cp -vrf override_changes/* node_modules/hexo-theme-icarus/
- run: NODE_ENV=production npx hexo g
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public