-
Hello! I'm using the Insiders version and installing and deploying from GitHub via GitHub Actions: https://github.com/mrdbourke/pytorch-deep-learning/blob/main/.github/workflows/make_docs.yml Recently I've noticed my site having an announcement bar appears with the text: For updates follow @squidfunk on Twitter, though I didn't set this anywhere 🤔 . Potentially this is a recent update? If so, is it possible to remove/change it? (I'd like there to be none by default but I could also add my own if possible). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for reporting! I'm confused, actually. I added back the announcement bar in the |
Beta Was this translation helpful? Give feedback.
-
This worked! No more announcement bar! Thank you very much :) |
Beta Was this translation helpful? Give feedback.
Thanks for reporting! I'm confused, actually. I added back the announcement bar in the
overrides
folder of the Insiders build, which is not part of the official distribution. If you clone the Insiders repository and use the same folder, the announcement bar would appear, but it doesn't appear that this is what you're doing. I'll need to manage somehow to reproduce this.