Skip to content

feat: ✨ add custom renderer to remove floating : (#959) #16

feat: ✨ add custom renderer to remove floating : (#959)

feat: ✨ add custom renderer to remove floating : (#959) #16

Workflow file for this run

name: Build website of documentation
on:
push:
branches:
- main
paths:
- docs/**
- _quarto.yml
- index.qmd
- _publish.yml
- _extensions/**
jobs:
build-website:
uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main
secrets:
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}