commit 9b2ac5d1a28a71b3b86be5033382fc9810a9c50a
parent fc3346b7e3b84ac2f758591c93947090cd32de9d
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Sun, 26 Jul 2026 12:48:03 +0530
Add LFS tracking for .odt files
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -45,6 +45,7 @@ jobs:
git lfs install
git lfs track "*.pdf"
git lfs track "*.docx"
+ git lfs track "*.odt"
git add .gitattributes
git config user.name "github-actions[bot]"
@@ -128,4 +129,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v4-
\ No newline at end of file
+ uses: actions/deploy-pages@v4