diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cfa0a2f..8c6e3fb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,4 +24,5 @@ jobs: submodules: 'recursive' - uses: ammaraskar/sphinx-action@0.4 with: - docs-folder: "doc/" \ No newline at end of file + docs-folder: "doc/" + pre-build-command: "ls -al" \ No newline at end of file