-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6b286e
commit 1e6a8ee
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] | ||
wp plugin activate ElasticPress | ||
wp plugin activate elasticpress | ||
- name: Generate WP-CLI Docs | ||
run: | | ||
|