-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
RIght now we are publishing the docs manually after every release. We should create a github-action to automatically publish the documents, only when a new release is published
Describe the solution you'd like
Modify github actions, below are the sample commands that I use from my local right now
git config --local core.hooksPath /dev/null
git config --local commit.gpgsign false
make deploy-docs version=v1.1.1
Describe alternatives you've considered
RIght now doing it manually which is heavily dependent on the admins
Additional context
NA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request