GitHub Actions and tools that support GroupDocs blog publishing.
- Run the Actions workflow "Create release post cover image".
- Provide inputs: product, platform, version, title.
- Download the "cover-image" artifact from the workflow run.
Output files are saved under tools/public-release-post-cover/output/
.
- Run the workflow "Deploy to blog-qa.groupdocs.com".
- Requires repo secret
REPO_TOKEN
and AWS credsACCESS_KEY
/SECRET_ACCESS
. - Builds with
config.yml,config.staging.yml
and deploys to thestaging
target.
- Run the workflow "Deploy to blog.groupdocs.com".
- Requires repo secret
REPO_TOKEN
and AWS credsACCESS_KEY
/SECRET_ACCESS
. - Builds with
config.yml,config.production.yml
and deploys to theproduction
target.