From dd4634312916ec0cb18a131b98022806b5f3b718 Mon Sep 17 00:00:00 2001 From: icaparros-at-wiris Date: Wed, 18 Oct 2023 17:23:11 +0200 Subject: [PATCH] feat: create publish wordpress workflow --- .github/workflows/publish-wordpress.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/publish-wordpress.yml diff --git a/.github/workflows/publish-wordpress.yml b/.github/workflows/publish-wordpress.yml new file mode 100644 index 000000000..0b85395bb --- /dev/null +++ b/.github/workflows/publish-wordpress.yml @@ -0,0 +1,18 @@ +# Publishes the MathType integrations WordPress packages to AWS S3 +# +# Jobs: +# - Publish Wordpress +# +name: Publish WordPress + +# Controls when the action will run +on: + workflow_dispatch: + inputs: + publish_aws: + description: | + Whether to publish the generated artifacts to S3. + Type `publish_aws` to do publish to S3, any other value otherwise. + required: false + default: "" +