This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new 8a871ce1 [DOC] Add notes on lfs functionality and use
8a871ce1 is described below
commit 8a871ce162f19e04162bb758899951f1bfd9fa7b
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Fri Mar 8 04:25:36 2024 +0000
[DOC] Add notes on lfs functionality and use
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 83d0968d..1b61b368 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,15 @@ To add a new dataset,
1. create `<dataset-name>.md` file in the [`_src/_datasets`](_src/_datasets)
folder.
2. Upload dataset files to
[`_src/assets/datasets/<dataset-name>`](_src/assets/datasets) folder.
+If the file sizes are big, use LFS
+
+```bash
+git lfs install
+git add file.zip
+git commit -m "Add big file"
+git push origin main
+```
+
And follow the [_Updating the website_](#updating-the-website) procedure.
## How to add contributors to community page