diff options
author | Noah <mounderfod@gmail.com> | 2022-07-09 14:23:58 +0100 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2022-07-09 14:23:58 +0100 |
commit | 8bf5e835ff7fc6ddc315717a42a31fde1f024b92 (patch) | |
tree | 27f664b9e0f5d9828a5aa4e0556f2acfad3f1f6c /.github/workflows/main.yml | |
parent | cc60714c80192d26cbe89a0f7399054bdba4689a (diff) | |
download | discobra-8bf5e835ff7fc6ddc315717a42a31fde1f024b92.tar.gz |
fix(actions): Remove duplicate pdoc installation
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a2ee82..6144820 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - - run: pip install pdoc - run: pip install -r requirements.txt - 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 |