commit | 09dabde9a939165ed60e0054e9a25fb6441109e7 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue May 07 10:17:43 2024 +0200 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue May 07 10:17:43 2024 +0200 |
tree | 4627e9a435e7aa8ad600266e4b23cec07791deed | |
parent | 157b7a69fcc5316443533a22de35b937188244d0 [diff] |
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