-
This was already discussed with @squidfunk through Email where he suggested to me to make a discussion for this. I essentially search for a way to use Material for MkDocs Insiders with Netlify. I currently use Netlify to preview Pull request changes and similar to many others do I get the dependencies using a If anyone here has any ideas on how you could implement this would I be thankful for it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
From my research, you could probably use a custom build command and point it to a shell script you add to your repository, which will Environment variables should also be possible to set: However, I'm not an in with Netlify deployments. |
Beta Was this translation helpful? Give feedback.
-
I added my token as a Github Actions secret, use This is my GA workflow config yaml These are my build settings in Netlify
And my deploy contexts
|
Beta Was this translation helpful? Give feedback.
-
After a quick discussion on Twitter, @StarfallProjects wrote a guide on how to deploy Insiders on Netlify: |
Beta Was this translation helpful? Give feedback.
After a quick discussion on Twitter, @StarfallProjects wrote a guide on how to deploy Insiders on Netlify:
https://www.starfallprojects.co.uk/posts/deploy-mkdocs-insiders-netlify/