Skip to content

Preview, deployment, comments, publish (#30) #1

Preview, deployment, comments, publish (#30)

Preview, deployment, comments, publish (#30) #1

Workflow file for this run

name: publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: './.github/workflows/build.yml'
deploy:
needs: build
uses: './.github/workflows/gh-pages.yml'