Add pendant to dotorg deployment (#5972)

This commit is contained in:
Madhu Dollu 2022-05-05 14:01:53 +05:30 committed by GitHub
parent 5093a91031
commit 179b0eabe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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