Skip to content

Added CI. Fantasy makemore project post #1

Added CI. Fantasy makemore project post

Added CI. Fantasy makemore project post #1

Workflow file for this run

on:
workflow_dispatch:
push:
branches: [main]
name: Quarto Publish
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2