Skip to content

Bump prismjs from 1.29.0 to 1.30.0 #615

Bump prismjs from 1.29.0 to 1.30.0

Bump prismjs from 1.29.0 to 1.30.0 #615

Workflow file for this run

name: deploy blog
on:
push:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
deploy-blog_use-yarn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup environment
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Install Hexo
run: |
yarn global add hexo hexo-cli
- name: Build blog
run: |
yarn install
hexo cl && hexo g