Skip to content

ci: update ci run on ubuntu-20.4 #2

ci: update ci run on ubuntu-20.4

ci: update ci run on ubuntu-20.4 #2

Workflow file for this run

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