I have a pretty simple quarto->revealjs repo:
https://github.com/TheJacksonLaboratory/intro_qupath_workshop
I'm using a vanilla GitHub action (checkout, quarto/setup, quarto/publish):
https://github.com/TheJacksonLaboratory/intro_qupath_workshop/blob/main/.github/workflows/quarto_publish.yml
A change in the past few months has resulted in the Publish action failing:
https://github.com/TheJacksonLaboratory/intro_qupath_workshop/actions/runs/10581001442/job/29317260553
It appears that the default path used by the publish action is no longer OK for quarto? I assume due to a quarto version update?
|
path: |
|
description: 'Subdirectory containing the quarto project to be published' |
|
required: false |
|
default: "." |