mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-13 16:37:59 +00:00
build: load .env in Makefile and rename fetch_stars to site_fetch_stats
Adds -include .env with export so environment variables (e.g. GitHub token) are available to uv commands without manual export. Renames the target to match the site_ prefix convention used by the other targets. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2fe0f5c2bd
commit
87a16f47ea
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -1,7 +1,10 @@
|
|||
-include .env
|
||||
export
|
||||
|
||||
site_install:
|
||||
uv sync --no-dev
|
||||
|
||||
fetch_stars:
|
||||
site_fetch_stats:
|
||||
uv run python website/fetch_github_stars.py
|
||||
|
||||
site_build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue