From 33e7a42304359661d7462d1e81123603f5796f2f Mon Sep 17 00:00:00 2001 From: Steven Higgs Date: Thu, 28 Mar 2024 22:42:18 -0600 Subject: [PATCH] EXM-54274: Reviewed blog post Signed-off-by: Steven Higgs --- ...ng_validating_and_publishing_using_github_actions.dita | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.