hyperledger / identus-docs

Documentation website for the Identus Platform
https://hyperledger.github.io/identus-docs/
Apache License 2.0
9 stars 1 forks source link

fix: make the documentation ci actions to deploy and update submodule… #74

Closed elribonazo closed 8 months ago

elribonazo commented 8 months ago

I'm updating the CI pipeline to make update-submodules and deployment runable from other github actions.

We aim to get this integrated here now that we are moving to RC branches in typescript SDK and we would like to:

  1. Deploy a version to staging, each time a typescript RC version is released in NPM.
  2. When we have a production release, we won't be automatically publishing the documentation, that must still be done manually like we are doing now.

cheers