refactor: ♻️ user Properties
classes in user facing functions (#976)
#19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |