Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Publish the docs from github actions #193

Open
asingamaneni opened this issue Dec 19, 2024 · 0 comments
Open

[FEATURE] Publish the docs from github actions #193

asingamaneni opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@asingamaneni
Copy link
Collaborator

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

@asingamaneni asingamaneni added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant