From 4e251bdbe77ddb1686afd04163d1584965183dda Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 5 Apr 2024 18:20:46 +1100 Subject: [PATCH] debug github action --- .github/workflows/pelican.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml index c293492..4567543 100644 --- a/.github/workflows/pelican.yml +++ b/.github/workflows/pelican.yml @@ -11,4 +11,5 @@ jobs: pages: "write" id-token: "write" with: - settings: "publishconf.py" \ No newline at end of file + settings: "publishconf.py" + requirements: "requirements.txt" \ No newline at end of file