Skip to content

refactor: update deploy.yaml to include quotes around the name field #4

refactor: update deploy.yaml to include quotes around the name field

refactor: update deploy.yaml to include quotes around the name field #4

Workflow file for this run

name: "Deploy on Raspberry Pi"
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy-streamlit:
name: "🚀 Report Generate"
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12