Skip to content

Commit

Permalink
fix: delete .hugo_build.lock file after Hugo build
Browse files Browse the repository at this point in the history
  • Loading branch information
UmmItC committed Jul 11, 2024
1 parent 623418d commit 131a03e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ build_hugo() {
echo -e "${GREEN}[+] Building Hugo site...${NC}"
hugo --minify
echo -e "${GREEN}[+] Hugo build complete.${NC}"
rm -rfv .hugo_build.lock
}

valid_choice=false
Expand Down

0 comments on commit 131a03e

Please sign in to comment.