Skip to content

Commit f690273

Browse files
committed
add links
1 parent a6af9d3 commit f690273

File tree

15 files changed

+10
-6
lines changed

15 files changed

+10
-6
lines changed

β€ŽMakefileβ€Ž

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,13 @@ git-update-if-needed:
8888
fi
8989

9090
git-update:
91-
git add assets/ || true
92-
git add -A
91+
@echo "πŸ” Checking for untracked assets..."
92+
git add assets/*/pdf/*.pdf || true
93+
git add *.html
94+
git add -u
95+
@echo "πŸ“ Committing changes..."
9396
git commit --amend --no-edit
97+
@echo "πŸš€ Pushing to remote..."
9498
git push origin main -f
9599

96100
# Utility targets
80 Bytes
Binary file not shown.
610 Bytes
Binary file not shown.
-62 Bytes
Binary file not shown.
-5.58 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-2.69 KB
Binary file not shown.
9 Bytes
Binary file not shown.
107 Bytes
Binary file not shown.
515 KB
Binary file not shown.

0 commit comments

Comments
Β (0)