Skip to content

Bump ua-parser-js from 0.7.28 to 0.7.33 #81

Bump ua-parser-js from 0.7.28 to 0.7.33

Bump ua-parser-js from 0.7.28 to 0.7.33 #81

Workflow file for this run

name: Build Claudia blog
on:
push:
branches: [ master ]
pull_request:
types: [ closed ]
branches: [ master ]
jobs:
build-deploy:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: npm install hexo-cli -g
- run: npm ci
- run: hexo generate
- name: deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
CLEAN: true
BRANCH: gh-pages
FOLDER: public/