Skip to content

Change html output file #11

Change html output file

Change html output file #11

Workflow file for this run

name: Run Python Script
on:
push:
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
- run: poetry install
- run: poetry run python script.py