all_tags needs to be called after rebuild_tags
This commit is contained in:
parent
c2d5beeb42
commit
430eb996cc
1 changed files with 1 additions and 1 deletions
2
bb.sh
2
bb.sh
|
@ -971,9 +971,9 @@ do_main() {
|
|||
[[ "$1" == "delete" ]] && rm "$2" &> /dev/null
|
||||
rebuild_index
|
||||
all_posts
|
||||
rebuild_tags
|
||||
all_tags
|
||||
make_rss
|
||||
rebuild_tags
|
||||
delete_includes
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue