From de5f0ba454c0cd75fed834ad6398bd0839787e2b Mon Sep 17 00:00:00 2001 From: qexat Date: Mon, 22 Apr 2024 20:26:22 +0200 Subject: [PATCH] meta: remove build docs workflow (#42) --- .github/workflows/build_docs.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/build_docs.yml diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml deleted file mode 100644 index 2981184..0000000 --- a/.github/workflows/build_docs.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Build docs - -on: - pull_request: - branches: - - main - push: - branches: - - main - workflow_dispatch: - -permissions: - contents: write - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -e .[dev] - - name: Build docs - run: pdoc magic_list/ -n -d numpy -o docs/