Drop unwanted hugo mod get on CI

Its updating the module and we dont want that

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-11-15 19:31:36 +05:30
parent f11a9de768
commit d303b5bb6a
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -13,7 +13,6 @@ git remote add origin https://${REPO_DEPLOY_USERNAME}:${REPO_DEPLOY_TOKEN}@git.b
echo -e "Deploying updates to GitHub..."
cd $BASE_DIR
hugo mod get -u
hugo --gc --minify -d /public
# Go To Public folder