remove duplicate pages/index.json file (#5063)

This commit is contained in:
Matthew Peveler 2021-01-02 09:53:39 -05:00 committed by GitHub
parent f8f1570936
commit 549e69573b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ function initialize {
function build_index {
npm run build-index
cp index.json pages/
echo "Pages index succesfully built."
}