Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

chore: update platinum title #19

chore: update platinum title

chore: update platinum title #19

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i -g pnpm@7
- run: pnpm install --frozen-lockfile
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .vitepress/dist
# cname: example.com # if wanna deploy to custom domain