about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-07-09 14:23:58 +0100
committerNoah <mounderfod@gmail.com>2022-07-09 14:23:58 +0100
commit8bf5e835ff7fc6ddc315717a42a31fde1f024b92 (patch)
tree27f664b9e0f5d9828a5aa4e0556f2acfad3f1f6c
parentcc60714c80192d26cbe89a0f7399054bdba4689a (diff)
downloaddiscobra-8bf5e835ff7fc6ddc315717a42a31fde1f024b92.tar.gz
fix(actions): Remove duplicate pdoc installation
-rw-r--r--.github/workflows/main.yml1
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