eclipse-score / eclipse-score/docs-as-code

Improvement: Reduce the size of gh-pages

Open
#595 3 comments 0 reactions 1 assignee Claimed by @Vinodha-kumar View on GitHub
good first issue
Dominant language
Python
Stars
10
Forks
32
Avg merge
23h 52m
Merged PRs (30d)
52

Description

Our current(21.07.2025) gh-pages branch is close to github limit of 1GB as stated [here](https://docs.github.com/en/pages/getting-started-with-github-pages/github-pages-limits):

_Published GitHub Pages sites may be no larger than 1 GB._

While we have stale PR clean-up we need to make sure that PRs wont push `gh-pages` over this limit. Also lets consider the other limitations from the link above.

Current snapshot:
```
score$ du -sh .
860M .
```
Tree:

```
├── index.html
├── main
├── pr-1069
├── pr-1115
├── pr-1125
├── pr-1170
├── pr-1202
├── pr-1203
├── pr-1209
├── pr-1246
├── pr-1258
├── pr-1281
├── pr-1293
├── pr-1371
├── pr-1374
├── pr-1375
├── pr-1388
├── pr-1395
├── pr-1408
├── pr-1416
├── pr-1435
├── pr-1437
├── pr-1438
├── pr-1451
├── pr-1457
├── pr-1458
├── pr-822
├── pr-890
└── versions.json
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.