Job to host dbt documentation on a server other than dbt cloud

Hi everyone! So far, I was working on dbt cloud and I could finish deploying my pipeline in a production environment. The documentation created is in dbt cloud, however I would like to host the documentation in an cloud server (AWS, GCP or Azure).

Is there a way to use my job to generate the document (dbt docs generate) and host the document into my server (everything in the same job)?

I want to share the document to the rest of my team.