diff --git a/topics/building_validating_and_publishing_using_github_actions.dita b/topics/building_validating_and_publishing_using_github_actions.dita index 5984b53..deeccd1 100644 --- a/topics/building_validating_and_publishing_using_github_actions.dita +++ b/topics/building_validating_and_publishing_using_github_actions.dita @@ -47,15 +47,15 @@
  • In the GitHub project's Settings->Secrets and variables->Actions category, define variables to store the S3 bucket name, region, access key ID, and secret access key. Also, create a secret for the Oxygen Publishing Engine license key.
  • Create a custom Gradle build file build file - that downloads the Oxygen Publishing Engine, licenses it, - produces the output, and stores it in a specific folder.
  • + format="gradle" scope="external">Gradle build file that + downloads the Oxygen Publishing Engine, licenses it, produces the + output, and stores it in a specific folder.
  • Create a GitHub action that runs the build file and then uses the aws-actions/configure-aws-credentials action to configure the AWS credentials, followed by the aws-actions/s3-sync action to sync the output folder with the S3 bucket.
  • Validate the entire DITA project using the Oxygen Validate and Check for - Completeness command line script:
      + Completeness command-line script:
      1. In the GitHub project's Settings->Secrets and variables->Actions category, define a variable named SCRIPTING_LICENSE_KEY that has the Oxygen scripting license key as its value.