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

Automate documentation publishing #2168

Closed
roji opened this issue Sep 23, 2018 · 1 comment
Closed

Automate documentation publishing #2168

roji opened this issue Sep 23, 2018 · 1 comment

Comments

@roji
Copy link
Member

roji commented Sep 23, 2018

Doc publishing is currently done completely manually. Ideally, once any update is done to master on any of the repos (npgsql, EF Core provider, EF6 provider) the change would automatically go live.

This would mean two things:

  1. Continuous deployment on each of the 3 repos which detects changes on the master branch, and updates the appropriate git submodule on the doc repo. Pushing this would trigger:
  2. Continuous deployment on https://github.com/npgsql/doc which automatically generates the site on each commit and pushes it to github (deploying live)

We should wait and see if we're transitioning from Appveyor/Travis to Azure Pipelines before attacking this.

@roji
Copy link
Member Author

roji commented Oct 3, 2019

This is now done on github actions.

@roji roji closed this as completed Oct 3, 2019
@roji roji removed this from the Backlog milestone Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant