npm dev(deps-dev): bump @nx/eslint-plugin from 18.2.2 to 20.0.8 #632
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: "" |