Skip to content

added second model

added second model #30

Workflow file for this run

name: Test and Deploy Site
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/run-tests.yaml
with:
pkgname: flowbot3d
install_string: .[develop]
build_site:
uses: ./.github/workflows/build-site.yaml
deploy_site:
uses: ./.github/workflows/deploy-site.yaml
needs: build_site