Skip to content

Commit

Permalink
Fix build and ignore files. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f authored Jul 30, 2023
1 parent 9020daa commit 7b8c3a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
book
po/*~
po/*~
bin.tar.gz
Binary file removed bin.tar.gz
Binary file not shown.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ install-gh-bin GITHUB_PATH BIN_NAME:
chmod +x ./{{BIN_NAME}}
mv ./{{BIN_NAME}} ~/.cargo/bin
@just _log-info "Installing {{BIN_NAME}} completed!"
@just _log-info ""

build:
@just _log-head "Building book ..."
Expand Down

0 comments on commit 7b8c3a9

Please sign in to comment.