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