You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking a shot at this one.
It creates a GH Action that can be triggered manually currently. It will build as /wiki and it will try to commit the built items to the master branch. Therefore the github actions token needs WRITE permission (GitHub Repo Settings -> Actions -> General -> "Read and write permissions" under "Workflow permissions")
There is already a repository_dispatch trigger, which can possibly be fired using this github action from the main repository whenever the WIKI is updated to re-generate the website wiki: https://github.com/marketplace/actions/repository-dispatch
Let me know, and I'll try to also make a PR for that in the main repo
Could be neat if build-step was added to NLog.github.io, so it would produce indexable Wiki:
See also: NLog/NLog#4637
Pull-requests are wellcome
The text was updated successfully, but these errors were encountered: