Skip to content

Commit

Permalink
build script. gitignore updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blandger committed Jan 19, 2024
1 parent 95948c3 commit 3a98948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Set up Rust
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install cargo version
uses: dtolnay/rust-toolchain@stable
- name: Install epub checker
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/*.rs.bk
**/.idea
**/.vscode/
tests/dummy/book/*.epub

0 comments on commit 3a98948

Please sign in to comment.