Skip to content
New issue

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

Publish action: ERROR: The specified path (.) is not a website, manuscript or book project so cannot be published. #113

Open
psobolewskiPhD opened this issue Aug 27, 2024 · 2 comments

Comments

@psobolewskiPhD
Copy link

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: "."

@psobolewskiPhD
Copy link
Author

@psobolewskiPhD
Copy link
Author

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant