Skip to content

python version on actions #18

python version on actions

python version on actions #18

Workflow file for this run

name: Deploy to GitHub Pages
permissions:
contents: write
pages: write
on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: python:3-bookworm
steps: [uses: fastai/workflows/quarto-ghp@master]