diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5e411e4..10db62f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,7 +36,7 @@ jobs: pip install .[dev] - name: Generate Documentation - run: pdoc example --output-dir docs + run: pdoc example --output-dir docs -logo "https://pollen-robotics.github.io/python-template/POLLEN_LOGO.png" --logo-link "https://www.pollen-robotics.com" - name: Archive Documentation uses: actions/upload-artifact@v4 @@ -46,7 +46,6 @@ jobs: publish-docs: needs: build-docs - if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-22.04 steps: - name: Download Documentation diff --git a/docs/POLLEN_LOGO.png b/docs/POLLEN_LOGO.png new file mode 100644 index 0000000..35bfa29 Binary files /dev/null and b/docs/POLLEN_LOGO.png differ