Skip to content

*: refine mobile layout #3

*: refine mobile layout

*: refine mobile layout #3

Workflow file for this run

name: Deploy Pages
permissions:
contents: write
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- run: |
npm install && npm run docs:build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .vitepress/dist/