Can it be made easier to update a custom fork of the insiders version? #6586
Unanswered
DanielHabenicht
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hello @DanielHabenicht, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was setting up my custom fork to keep access to past versions as I, unfortunately, can't fund monthly access for just my hobby sites. :(
During this task I came across having to manually change the
build.yml
in these places:https://github.com/squidfunk/mkdocs-material-insiders/blob/870d69ad0f9bd599c3da77bd5327c22ab9993d34/.github/workflows/build.yml#L69
https://github.com/squidfunk/mkdocs-material-insiders/blob/870d69ad0f9bd599c3da77bd5327c22ab9993d34/.github/workflows/build.yml#L126
This for sure makes it easier to set up a fork via the GitHub UI but does not work when manually creating the fork to keep access after not sponsoring anymore.
I would propose changing it to
if: github.repository != "squidfunk/mkdocs-material-insiders"
so it works for forks made via Github UI and custom forks.No problem if it's not changed to keep people sponsoring more. :)
Thanks and keep up this amazing project!
Beta Was this translation helpful? Give feedback.
All reactions