Skip to content

Delete CNAME

Delete CNAME #11

name: Build and Deploy
on: [push]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- run: npm i -g pnpm
- run: pnpm i --frozen-lockfile
- run: pnpm build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build