Skip to content

build: add preview action #33

build: add preview action

build: add preview action #33

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install poetry
poetry install --no-dev
- name: Deploy
run: poetry run make deploy