Skip to content

chore: Close inactive issues (#110) #100

chore: Close inactive issues (#110)

chore: Close inactive issues (#110) #100

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.14.2
registry-url: 'https://npm.pkg.github.com'
- uses: pnpm/[email protected]
with:
version: 8.10.2
- name: Install and Build 🔧
run: |
pnpm install
pnpm docs.build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@132898c54c57c7cc6b80eb3a89968de8fc283505
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: vuepress/docs/.vuepress/dist