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

CI: build docs on every PR but only deploy when merged to development #330

Open
SJaffa opened this issue Jul 24, 2023 · 0 comments
Open
Assignees

Comments

@SJaffa
Copy link
Contributor

SJaffa commented Jul 24, 2023

At the moment our documentation workflow only runs when a PR is merged to the development branch, because we don't want half-made features showing up in the official docs. But it would be good to test the documentation build without deploying it.

We could:

  • have a new workflow that runs on open PRs and doesn't have the deploy step, or
  • have a workflow with 2 separate jobs and the deploy step only runs on merge to development while the build step runs all the time.
@SJaffa SJaffa self-assigned this Jul 24, 2023
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

1 participant