Skip to content

[FEATURE] Publish the docs from github actions  #193

@asingamaneni

Description

@asingamaneni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions