Skip to content

Commit

Permalink
Update build workflow to create dirs before moving
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Oct 16, 2023
1 parent 6f1eca5 commit ea9bd8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
mv wp-content/themes/pub/wporg-learn-2020 $RUNNER_TEMP
git rm -rfq .
rm -rf *
mkdir -p wp-content/mu-plugins/pub
mkdir -p wp-content/plugins
mkdir -p wp-content/themes/pub
mv $RUNNER_TEMP/locale-switcher wp-content/mu-plugins/pub
mv $RUNNER_TEMP/class-validator.php wp-content/mu-plugins/pub
mv $RUNNER_TEMP/locales.php wp-content/mu-plugins/pub
Expand Down

0 comments on commit ea9bd8b

Please sign in to comment.