Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

v0.13.1

v0.13.1 #57

Workflow file for this run

name: GitHub Pages
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/setup-node
- name: Build
env:
CI: false
PUBLIC_URL: "/${{ github.event.repository.name }}"
run: |
pnpm build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
clean: true
branch: gh-pages
folder: packages/app/dist