diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8893526..4191822 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -61,7 +61,16 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # BRANCH: gh-pages # folder: docs/_build # The folder the action should deploy. + - name: Compile docs + run: make html + working-directory: docs + - name: Publish Docs to gh-pages + uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: docs/_build/html + - name: Trigger RTDs build uses: dfm/rtds-action@v1 with: diff --git a/docs/_static/img/logosmall.png b/docs/_static/img/logosmall.png new file mode 100644 index 0000000..d93ed8a Binary files /dev/null and b/docs/_static/img/logosmall.png differ