Skip to content

Commit 45ff027

Browse files
authored
reduce repo size (#284)
1 parent 990b96c commit 45ff027

File tree

609 files changed

+277
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

609 files changed

+277
-253
lines changed

.github/workflows/check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ jobs:
3434
node_modules/.astro/assets
3535
restore-keys: ${{ runner.os }}-astro-build
3636
- run: bun run build
37+
dirs-small:
38+
name: All dirs must be small (<5MB)
39+
runs-on: ubuntu-latest
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: cachix/install-nix-action@v31
43+
- run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/articles/*/*
44+
- run: nix run github:ut-code/internal-helpers#disallow-large-dir contents/members/*

README.md

Lines changed: 16 additions & 0 deletions

contents/articles/2019/09-30_2019a-first-lecture/index.mdx

Lines changed: 1 addition & 1 deletion
Binary file not shown.
52.7 KB

contents/articles/2019/10-01_windows-home-to-education/index.mdx

Lines changed: 10 additions & 10 deletions
Binary file not shown.
22.8 KB
Binary file not shown.
30.1 KB

0 commit comments

Comments
 (0)