Skip to content

Disable status page publishing #107

Answered by AnandChowdhary
bradyjoslin asked this question in Q&A
Discussion options

You must be logged in to vote

Aah, that makes sense. For now, what I've done is that if you have a private repository, we don't generate the site, we just generate an index.html page that says "404" and put that in the dist directory. This way, even if it pushed to gh-pages and the site is deployed, there's nothing to see there. Soon, I want to add the feature to completely disable publishing if it's a private repo rather than this hack.

For people who have a private repo and still want to publish their status website, they now have to set this:

status-website:
  publish: true

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AnandChowdhary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #107 on December 19, 2020 06:45.