diff --git a/.circleci/config.yml b/.circleci/config.yml index 902649cd03..9849a5b50f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -289,44 +289,10 @@ jobs: ssh-add ~/.ssh/id_ed25519 /home/circleci/nipype/tools/feedstock.sh - build_docs: - docker: - - image: python:3.7.4 - working_directory: /tmp/src/nipype - environment: - - FSLOUTPUTTYPE: 'NIFTI' - steps: - - checkout - - run: - name: Check Python version and upgrade pip - command: | - python --version - python -m pip install -U pip - - run: - name: Install graphviz - command: | - apt-get update - apt-get install -y graphviz - - run: - name: Install Requirements (may contain pinned versions) - command: python -m pip install -r doc/requirements.txt - - run: - name: Install NiPype - command: python -m pip install ".[doc]" - - run: - name: Build documentation - command: make -C doc html - - store_artifacts: - path: /tmp/src/nipype/doc/_build/html - workflows: version: 2 build_test_deploy: jobs: - - build_docs: - filters: - tags: - only: /.*/ - pypi_precheck: filters: branches: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 90fda1aea7..0000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: [status] -jobs: - circleci_artifacts_redirector_job: - runs-on: ubuntu-latest - name: Run CircleCI artifacts redirector - steps: - - name: GitHub Action step - uses: larsoner/circleci-artifacts-redirector-action@master - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - artifact-path: 0/tmp/src/nipype/doc/_build/html/index.html - circleci-jobs: build_docs