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: "" +