bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

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:
M.github/workflows/main.yml | 4++--
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
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror