Commit 80f6b86 1 parent f939c2e commit 80f6b86 Copy full SHA for 80f6b86
File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,19 @@ jobs:
16
16
uses : actions/checkout@v4
17
17
with :
18
18
repository : ' WordPress/wporg-parent-2021'
19
- path : ' wp-content/themes /wporg-parent-2021'
19
+ path : ' temp /wporg-parent-2021'
20
20
21
21
- name : Clone wporg-developer-2023 theme sourcecode.
22
22
uses : actions/checkout@v4
23
23
with :
24
24
repository : ' WordPress/wporg-developer'
25
- path : ' wp-content/themes/wporg-developer-2023'
25
+ path : ' temp/wporg-developer-2023'
26
+
27
+ - name : Copy themes.
28
+ run : |
29
+ mv -r temp/wporg-parent-2021/source/wp-content/themes/wporg-parent-2021 wp-content/themes/wporg-parent-2021
30
+ mv -r temp/wporg-developer-2023/source/wp-content/themes/wporg-developer-2023 wp-content/themes/wporg-developer-2023
31
+ rm -rf temp
26
32
27
33
- name : Clone GatherPress sourcecode.
28
34
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 53
53
{
54
54
"step" : " wp-cli" ,
55
55
"command" : " wp parser create '/wordpress/wp-content/plugins/gatherpress' --user=1"
56
- }
56
+ },
57
+ {
58
+ "step" : " wp-cli" ,
59
+ "command" : " wp theme activate wporg-developer-2023"
60
+ }
57
61
]
58
62
}
59
63
You can’t perform that action at this time.
0 commit comments