Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/update_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
REPO = os.environ.get("GITHUB_REPOSITORY", "raintree-technology/docpull")
PKG = os.environ.get("PYPI_PACKAGE", "docpull")
OUTPUT = Path(os.environ.get("METRICS_OUTPUT", "METRICS.md"))
DOWNLOAD_CHART_OUTPUT = Path(os.environ.get("DOWNLOAD_CHART_OUTPUT", "docs/downloads-history.svg"))
DOWNLOAD_CHART_OUTPUT = Path(os.environ.get("DOWNLOAD_CHART_OUTPUT", "docs/cumulative-downloads-history.svg"))


def gh(path: str) -> dict | list:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
add-paths: |
METRICS.md
docs/downloads-history.svg
docs/cumulative-downloads-history.svg
branch: automation/metrics-refresh
delete-branch: true
commit-message: "chore(metrics): refresh metrics"
Expand Down
2 changes: 1 addition & 1 deletion METRICS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docpull metrics

_Last updated: 2026-06-12 18:24 UTC. Auto-generated by `.github/workflows/metrics.yml`; do not edit by hand._
_Last updated: 2026-06-12 18:29 UTC. Auto-generated by `.github/workflows/metrics.yml`; do not edit by hand._

## Snapshot

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
## Download History

<a href="https://pepy.tech/project/docpull">
<img alt="PyPI download history chart for docpull" src="docs/downloads-history.svg" />
<img alt="Cumulative PyPI download history chart for docpull" src="docs/cumulative-downloads-history.svg" />
</a>

## Star History
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading