diff --git a/.github/workflows/wip-doc.yml b/.github/workflows/wip-doc.yml deleted file mode 100644 index 411305b2..00000000 --- a/.github/workflows/wip-doc.yml +++ /dev/null @@ -1,101 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: wip-doc - -# Controls when the action will run. -on: - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -# jobs: -# unittest: - -# runs-on: ${{ matrix.os }} -# strategy: -# matrix: -# os: [windows-latest, ubuntu-latest, macos-latest] -# python-version: [3.7, 3.8, 3.9, '3.10'] - -# steps: -# - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v1 -# with: -# python-version: ${{ matrix.python-version }} - -# - name: Checkout wip branch -# # checkout mvtb repo into folder mvtb -# uses: actions/checkout@v2 -# with: -# ref: wip -# path: mvtb - -# - name: Install dependencies -# run: | -# python -m pip install --upgrade pip -# python -m pip install spatialmath-python -# python -m pip install opencv-python - -# # install the data package -# cd mvtb/mvtb-data -# python -m pip install . -# - name: Test with pytest -# env: -# MPLBACKEND: TkAgg -# run: | -# cd mvtb -# pip install .[docs] -# pip install pytest-timeout -# pip install pytest-xvfb -# pytest --ignore=W605 --timeout=50 --timeout_method thread -s - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - sphinx: - # Build docs and upload to GH Pages - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Set up Python 3.7 - uses: actions/setup-python@v1 - with: - python-version: 3.7 - # - name: Checkout wip branch - # # checkout mvtb repo into folder mvtb - # uses: actions/checkout@v2 - # with: - # ref: wip - # path: mvtb - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install .[docs] - pip install git+https://github.com/petercorke/sphinx-autorun.git - sudo apt-get install graphviz - docker pull registry.gitlab.com/islandoftex/images/texlive:latest - - - name: Build docs - run: | - cd docs - make html - # Tell GitHub not to use jekyll to compile the docs - touch build/html/.nojekyll - cd ../ - - name: Commit documentation changes - run: | - git clone https://github.com/petercorke/machinevision-toolbox-python.git --branch gh-pages --single-branch gh-pages - cp -r docs/build/html/* gh-pages/ - cd gh-pages - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git add . - git commit -m "Update documentation" -a || true - # The above command will fail if no changes were present, so we ignore - # that. - - name: Push changes - uses: ad-m/github-push-action@master - with: - branch: gh-pages - directory: gh-pages - github_token: ${{ secrets.GITHUB_TOKEN }} pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy