ci: real workflow wrapper (Actions skips symlinked .github); pin _qua… #1
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.0 | ||
|
Check failure on line 11 in .github/workflows/ci-render.yml
|
||
| with: | ||
| profiles: 'notes,slides' | ||
| quarto-image: 'quarto/quarto:latest' | ||
| utils-repo: 'ebpro/_quarto-utils' | ||
| utils-ref: 'v1.0.0' | ||
| output-path: '_output' | ||