Skip to content

Merge branch 'main' of https://github.com/logeast/dumi-theme-vite #87

Merge branch 'main' of https://github.com/logeast/dumi-theme-vite

Merge branch 'main' of https://github.com/logeast/dumi-theme-vite #87

Workflow file for this run

name: github pages
on:
push:
branches:
- main # default branch
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build:example
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./example/dist