Skip to content

chore: dist build for site #1

chore: dist build for site

chore: dist build for site #1

Workflow file for this run

name: Push
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Build"
uses: ./.github/workflows/ci.build.yml
deploy:
name: "Deploy"
uses: ./.github/workflows/ci.deploy.yml