diff options
author | Noah <mounderfod@gmail.com> | 2022-07-08 18:03:26 +0100 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2022-07-08 18:03:26 +0100 |
commit | ccc9b792f7b3e1154921b0f01fc0bc316f8093e2 (patch) | |
tree | dc03d70fe1174c62da61bb3c19ea61214966c16e /.github | |
parent | da7354739d024198f4247fe23ac1db4cd19192ae (diff) | |
download | discobra-ccc9b792f7b3e1154921b0f01fc0bc316f8093e2.tar.gz |
docs: Add favicon, logo and footer message
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe7f351..66c84de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - run: pip install pdoc - - run: pdoc -o docs/ discord + - run: pdoc -o docs/ --favicon "https://pictshare.net/e73ask.png" --logo "https://pictshare.net/sco723.png" --footer-text "\"Here's the plan - when someone uses a feature you don't understand, simply shoot them.\" - Tim Peters" discord # everything below is copied from the pdoc repo - run: tar --directory docs/ -hcf artifact.tar . - uses: actions/upload-artifact@v3 |