-
Notifications
You must be signed in to change notification settings - Fork 0
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
5178ec0
commit 443929f
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -47,7 +47,8 @@ jobs: | |
#php ./wp-cli.phar db create | ||
php ./wp-cli.phar core install --url=localhost:8080 --title=wpcli --admin_user=wpcli --admin_password=wpcli [email protected] | ||
php ./wp-cli.phar option set permalink_structure '/%year%-%monthnum%-%day%-%postname%/' | ||
#php ./wp-cli.phar theme install --activate https://knd.te-st.ru/kandinsky.zip | ||
php ./wp-cli.phar theme install --activate https://knd.te-st.ru/kandinsky.zip | ||
- name: Setup postmark | ||
run: | | ||
|
@@ -91,7 +92,6 @@ jobs: | |
curl -o composer.phar https://getcomposer.org/installer | ||
php composer.phar update | ||
php composer.phar install | ||
#php composer.phar update | ||
cd ../../../ | ||
php ./wp-cli.phar plugin activate wp2static | ||
php ./wp-cli.phar wp2static options set deploymentURL "https://${{github.repository_owner}}.github.io${{steps.pages.outputs.base_path}}/" #http://localhost:8080/ | ||
|