Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Provide a way to trigger auto-publishing docs for fresh forks #770

Open
damithc opened this issue Dec 27, 2017 · 4 comments
Open

Provide a way to trigger auto-publishing docs for fresh forks #770

damithc opened this issue Dec 27, 2017 · 4 comments

Comments

@damithc
Copy link
Contributor

damithc commented Dec 27, 2017

As auto-publishing of docs is triggered by new commits to the master branch, docs of a fresh fork will not be published until there is a new commit. Is there a way to trigger the publishing even for fresh forks?

@pyokagan
Copy link
Contributor

imo, while this is an issue, I'm not sure it is actually a big problem in practice. What's wrong with just adding a new commit?

@damithc
Copy link
Contributor Author

damithc commented Mar 31, 2018

Yes, not a big problem. Folks usually do the set up first before adding new commits. In this case students might end up adding dummy commits (to the master branch!) just to confirm that publishing is working.

@pyokagan
Copy link
Contributor

@damithc

Yes, not a big problem.

So, this can be p.Low?

In this case students might end up adding dummy commits (to the master branch!) just to confirm that publishing is working.

Yes, that's bad if the ideal is to have a completely clean history, but regardless of whether we solve this issue or not the average student (or person) will still end up adding irrelevant commits to their master branch anyway. Considering that this setup is only done once at the beginning of the project, the impact is quite minimal.

@damithc damithc added p.Low and removed p.Medium labels Apr 1, 2018
@damithc
Copy link
Contributor Author

damithc commented Apr 1, 2018

So, this can be p.Low?

Agree. Priority lowered.

Yes, that's bad if the ideal is to have a completely clean history, but regardless of whether we solve this issue or not the average student (or person) will still end up adding irrelevant commits to their master branch anyway. Considering that this setup is only done once at the beginning of the project, the impact is quite minimal.

Perhaps the dev guide can mention how to create an empty commit?

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

No branches or pull requests

2 participants