Add pendant to dotorg deployment (#5972)
This commit is contained in:
parent
5093a91031
commit
179b0eabe0
1 changed files with 4 additions and 3 deletions
|
@ -17,17 +17,18 @@ rm -rf ./deploy
|
|||
|
||||
declare -a THEMES_TO_DEPLOY=(
|
||||
"archeo"
|
||||
"blockbase"
|
||||
"zoologist"
|
||||
"blockbase"
|
||||
"geologist"
|
||||
"livro"
|
||||
"mayland-blocks"
|
||||
"pendant"
|
||||
"quadrat"
|
||||
"remote"
|
||||
"seedlet-blocks"
|
||||
"skatepark"
|
||||
"stewart"
|
||||
"livro"
|
||||
"videomaker"
|
||||
"zoologist"
|
||||
)
|
||||
|
||||
for THEME_SLUG in ${THEMES_TO_DEPLOY[@]} ; do
|
||||
|
|
Loading…
Reference in a new issue