docs: ⏪ need code to create resource_properties_patients obj…
#205
This file contains hidden or 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 | |
| on: | |
| push: | |
| branches: | |
| - main | |
| # Limit token permissions for security | |
| permissions: read-all | |
| jobs: | |
| build-website: | |
| uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main | |
| secrets: | |
| netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} | |
| # This is to allow using `gh` CLI | |
| github-token: ${{ secrets.GITHUB_TOKEN }} |