From 4f2cc4443277cb8f2d673c6ec57b9bd8c0bc294a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dcaro?= Date: Sun, 5 May 2024 14:00:50 -0300 Subject: [PATCH] Update pdoc command to generate HTML documentation in the 'docs/' directory --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c4e9d2c..754cfc2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: - run: sudo chmod 777 /var/log # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here. - - run: pdoc -o docs/ pyduino + - run: pdoc --html -o docs/ pyduino - uses: actions/upload-pages-artifact@v3 with: