Skip to content

Commit

Permalink
ci: update bootstrap to account for ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Nov 26, 2024
1 parent d1d9731 commit cde333b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions BOOTSTRAP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ replacePlaceholders "PLACEHOLDER_year" "$year"
#───────────────────────────────────────────────────────────────────────────────
# FILES

mv "./lua/PLACEHOLDER_plugin_name_short" "./lua/$name_short"

# creating file instead of renaming it, since an existing file would trigger the
# github actions
mkdir "./doc" && touch "./doc/$name_short.txt"
# `panvimdoc` will generate the correctly named help file later
rm doc/nvim-pseudometa-plugin-template.txt

mv "./lua/PLACEHOLDER_plugin_name_short" "./lua/$name_short"
rm "$this_file"

#───────────────────────────────────────────────────────────────────────────────
Expand Down

0 comments on commit cde333b

Please sign in to comment.