quarto-dev / quarto-actions

GNU General Public License v2.0
228 stars 53 forks source link

Update quarto-publish-example.yml #87

Closed hamelsmu closed 1 year ago

hamelsmu commented 1 year ago

Add additional notes that I think might be helpful for people.

hamelsmu commented 1 year ago

When I was setting up Actions recently, I had to find these things, so I propose we add them here?

@mcanouil @cderv

hamelsmu commented 1 year ago

@cderv I like your idea much better It would result in less clutter also

Let me close this PR

hamelsmu commented 1 year ago

In addition to language what about publishing target (netlify, GitHub pages etc? How do you think that is best handled for complete working examples?

What we would have is Lang x Pub target so lots of combos

Do you think the pub target should be commented ?

cderv commented 1 year ago

Let me close this PR

I think we can add a link to the doc as a workflow user may not have read it yet.

What we would have is Lang x Pub target so lots of combos

Yes exactly. This is why we may need to document all this in a website way, and maybe using some clever feature to help users. Thinking like a form with check box where you would select what you need (R + Netlify) and it would show you / generate for your a demo YAML.

Anyhow, this is part of a big overhaul to document quarto action better as part of the website I guess. Or at least create a small app with this idea above.

hamelsmu commented 1 year ago

Great idea about website tool! maybe we have a small app in shiny live that helps people construct a yaml?

cderv commented 1 year ago

maybe we have a small app in shiny live that helps people construct a yaml?

Yes exactly ! We need to make this small project comes live - timing constaint as often. Cool project though for anyone wanting to learn shinylive !

hamelsmu commented 1 year ago

Here is a basic shiny app that I'm hacking on

cderv commented 1 year ago

All good thank ! I'll merge this with a minor tweak and we can then look closer to the shiny app and where to publicize it (probably on quarto-web)