Skip to content

ci: use render-quarto v1.0.5 (pinned uploader deps) #8

ci: use render-quarto v1.0.5 (pinned uploader deps)

ci: use render-quarto v1.0.5 (pinned uploader deps) #8

Workflow file for this run

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.5

Check failure on line 11 in .github/workflows/ci-render.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-render.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-render.yml" -> "ebpro/_quarto-utils/.github/workflows/render-quarto.yml@v1.0.5" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
EBPRO_CI_PAT: ${{ secrets.EBPRO_CI_PAT }}
with:
profiles: 'notes,slides'
quarto-image: 'ghcr.io/ebpro/jupyter-base:quarto-full-develop-b511eae'
utils-repo: 'ebpro/_quarto-utils'
utils-ref: 'v1.0.5'
output-path: '_output'