Skip to content

Commit d2426e4

Browse files
comit last changes
1 parent 2363f98 commit d2426e4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ jobs:
5959
issue_number,
6060
state: 'open'
6161
});
62-
62+
63+
- name: Show repo status before commit
64+
run: |
65+
git status
66+
git diff
67+

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Load library data
22
let libraryData = [];
33
let currentPage = 1;
4-
const booksPerPage = 9; // Display 9 books per page for a card layout
4+
const booksPerPage = 20; // Display 20 books per page for a card layout
55

66
fetch('data/library.json') // Update the path to include the "data" folder
77
.then(response => response.json())

0 commit comments

Comments
 (0)