Skip to content

Workflow: Add workflow for docs upload to S3#2

Merged
EdCharbeneau merged 1 commit intotelerik:mainfrom
zepellin:workflow-add-workflow-for-docs-upload-to-s3
Mar 2, 2026
Merged

Workflow: Add workflow for docs upload to S3#2
EdCharbeneau merged 1 commit intotelerik:mainfrom
zepellin:workflow-add-workflow-for-docs-upload-to-s3

Conversation

@zepellin
Copy link
Contributor

@zepellin zepellin commented Mar 2, 2026

This pull request introduces a new GitHub Actions workflow to automate syncing documentation files to an S3 bucket whenever changes are made to the docs folder or the workflow file itself. This ensures that the latest documentation is always available in the designated S3 location.

Documentation automation:

  • Added .github/workflows/docs-sync.yml to define a workflow that triggers on pushes to master affecting the docs folder or the workflow file, as well as on manual dispatch. The workflow checks out the repository, configures AWS credentials using OIDC, and syncs the docs folder to the nuclia-docs-aws-global-stage-1/dotnet-sdk S3 bucket.

@EdCharbeneau EdCharbeneau merged commit be99ecf into telerik:main Mar 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants