We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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?
quarto-actions/publish/action.yml
Lines 31 to 34 in 6cb292a
The text was updated successfully, but these errors were encountered:
As a workaround, I can specify index.qmd as per: https://stackoverflow.com/questions/78727508/quarto-and-github-actions-error-the-specified-path-is-not-a-website
index.qmd
Sorry, something went wrong.
Could it be related to not having a _quarto.yml and instead everything in the single index.qmd header: https://github.com/TheJacksonLaboratory/intro_qupath_workshop/blob/15bf643c4efc9927151df4b934ad66f9bdd7bd03/index.qmd#L1C1-L15C4 It used to work with quarto <1.5
_quarto.yml
No branches or pull requests
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?
quarto-actions/publish/action.yml
Lines 31 to 34 in 6cb292a
The text was updated successfully, but these errors were encountered: