Skip to content

Commit

Permalink
feat: create publish wordpress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
icaparros-at-wiris committed Oct 18, 2023
1 parent bc3d92a commit dd46343
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-wordpress.yml
Original file line number Diff line number Diff line change
@@ -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: ""

0 comments on commit dd46343

Please sign in to comment.