Skip to content

Commit fb567ab

Browse files
committed
ci: real workflow wrapper (Actions skips symlinked .github); pin _quarto-utils to v1.0.0
1 parent 80a9ca7 commit fb567ab

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/ci-render.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Render Quarto (calls shared workflow)
2+
3+
on:
4+
push:
5+
branches: [ main, develop ]
6+
pull_request:
7+
branches: [ main, develop ]
8+
9+
jobs:
10+
call-shared-render:
11+
uses: ebpro/_quarto-utils/.github/workflows/render-quarto.yml@v1.0.0
12+
with:
13+
profiles: 'notes,slides'
14+
quarto-image: 'quarto/quarto:latest'
15+
utils-repo: 'ebpro/_quarto-utils'
16+
utils-ref: 'v1.0.0'
17+
output-path: '_output'

0 commit comments

Comments
 (0)