fixing stale runs
All checks were successful
Build Org Website / build (push) Successful in 47s

This commit is contained in:
2026-05-09 18:33:35 +01:00
parent eea34a1c68
commit 2b5a23b566
330 changed files with 99 additions and 76 deletions

3
Makefile Normal file → Executable file
View File

@@ -3,6 +3,7 @@
VENV := .venv
PY := $(VENV)/bin/python
PIP := $(VENV)/bin/pip
OUTPUT_DIR ?= $(if $(SITE_OUTPUT_DIR),$(SITE_OUTPUT_DIR),output)
PERM_DIR := /home/zaine/master-folder/projects/scripts/bash-scripts
AUTHOR_PORT := 8765
@@ -41,7 +42,7 @@ $(VENV):
clean-output:
@echo "Cleaning output directory..."
rm -rf output/
rm -rf "$(OUTPUT_DIR)"
clean-venv:
@echo "Cleaning virtual environment..."