From 1e6a8ee7ff964b74fabcd3d5eccea3b97764faf8 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Tue, 8 Mar 2022 18:15:42 -0300 Subject: [PATCH] revert back the plugin name --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 350800536a..96a6bc4574 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -42,7 +42,7 @@ jobs: wp config create --dbname=wpclidocs --dbuser=root --dbpass=root --dbhost=127.0.0.1 wp db create wp core install --url=example.com --title=Example --admin_user=supervisor --admin_password=strongpassword --admin_email=info@example.com - wp plugin activate ElasticPress + wp plugin activate elasticpress - name: Generate WP-CLI Docs run: |