Skip to content

Update with tmap

Update with tmap #3

Workflow file for this run

name: Pixi CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pixi:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.9.0
- name: Install project dependencies with pixi
run: pixi install
- name: Build site / render with quarto via pixi
run: pixi run quarto render