Skip to content

Merge branch 'main' of github.com:MLOps-Courses/mlops-coding-course #107

Merge branch 'main' of github.com:MLOps-Courses/mlops-coding-course

Merge branch 'main' of github.com:MLOps-Courses/mlops-coding-course #107

Workflow file for this run

name: Publish
on:
push:
branches:
- main
permissions:
contents: write
concurrency:
cancel-in-progress: true
group: publish-workflow
jobs:
pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version
- run: uv run just deploy