We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6c3a4 commit e13e608Copy full SHA for e13e608
.gitattributes
@@ -0,0 +1,5 @@
1
+*.png filter=lfs diff=lfs merge=lfs -text
2
+*.jpg filter=lfs diff=lfs merge=lfs -text
3
+*.jpeg filter=lfs diff=lfs merge=lfs -text
4
+*.mp4 filter=lfs diff=lfs merge=lfs -text
5
+* text=auto eol=lf
.github/workflows/publish-notion.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v5
19
+ with:
20
+ lfs: true
21
22
- name: Install uv
23
uses: astral-sh/setup-uv@v6
0 commit comments