Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkantorov committed Oct 10, 2024
1 parent 9ad2238 commit 842e7ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
sed -i 's@WP_CLI\\Entity\\NonExistentKeyException@WP_CLI\\Exception\\NonExistentKeyException@' ~/.wp-cli/packages/vendor/dirtsimple/imposer/src/Scheduler.php

php ./wp-cli.phar post delete $(php ./wp-cli.phar post list --post_type='post' --format=ids) --force
php ./wp-cli.phar postmark tree _posts
php ./wp-cli.phar postmark tree ./_posts/

echo ListPage && php ./wp-cli.phar post list --post_type=page --field=url
echo ListPost && php ./wp-cli.phar post list --post_type=post --field=url
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 842e7ff

Please sign in to comment.