chore(ci): pin _quarto-utils v1.0.1 (working Quarto image) #3
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: Render Quarto (calls shared workflow) | ||
| on: | ||
| push: | ||
| branches: [ main, develop ] | ||
| pull_request: | ||
| branches: [ main, develop ] | ||
| jobs: | ||
| call-shared-render: | ||
| uses: ebpro/_quarto-utils/.github/workflows/render-quarto.yml@v1.0.1 | ||
|
Check failure on line 11 in .github/workflows/ci-render.yml
|
||
| with: | ||
| profiles: 'notes,slides' | ||
| quarto-image: 'ghcr.io/quarto-dev/quarto:latest' | ||
| utils-repo: 'ebpro/_quarto-utils' | ||
| utils-ref: 'v1.0.1' | ||
| output-path: '_output' | ||