Add missing requirements
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 9406bf9..93f98d3 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -22,4 +22,5 @@
     - id: deployment
       uses: sphinx-notes/pages@v3
       with:
-        documentation_path: doc
+        documentation_path: doc/source
+        requirements_path: doc/requirements.txt