This repository holds the Stevedore site's source code. To visit the site click here
The website is built using Hugo, as a static website generator, and Docsy theme.
This repository provides a Github action named Publish which manages the deployment.
When a new site's release is ready to be deployed on your development environment you must follow the steps below to perform the deployment:
- Create a pull request to the
mainbranch - Merge the pull request, and then the
Publishaction is triggered. - Once the
Publishaction is completed properly, the site will be available at https://gostevedore.github.io/
The
Publishaction pushes the code generated byHugotogh-pagesrepository's branch.