Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support netlify PR previews in publish action #33

Open
cderv opened this issue Aug 7, 2022 · 1 comment
Open

Support netlify PR previews in publish action #33

cderv opened this issue Aug 7, 2022 · 1 comment

Comments

@cderv
Copy link
Collaborator

cderv commented Aug 7, 2022

Our publish should support deploying to preview website for PR previews. This is possible using netlify API with a specific action, so we should be able to make that possible.

Other solutions currently requires

  • Using git integration and quarto netlify plug-in
  • using git integration, rendering locally and auto deploy the committed output
  • using quarto render action and an existing Netlify deploy action.
@mcanouil
Copy link
Contributor

FYI, this is my workflow from main: https://github.com/mcanouil/mickael.canouil.fr/blob/main/.github/workflows/render.yml.

(And for an ongoing PR, the commands GHA: https://github.com/mcanouil/mickael.canouil.fr/blob/main/.github/workflows/pr-commands.yml)

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

No branches or pull requests

2 participants