brickflow icon indicating copy to clipboard operation
brickflow copied to clipboard

[FEATURE] Publish the docs from github actions

Open asingamaneni opened this issue 1 year ago • 0 comments

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 avatar Dec 19 '24 18:12 asingamaneni