Skip to content

Remove pyvista dependency and update export options #27

Remove pyvista dependency and update export options

Remove pyvista dependency and update export options #27

Workflow file for this run

name: CI Workflows
on:
push:
branches:
master
pull_request:
permissions:
contents: write
jobs:
initial_checks:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
coverage: false
envs: |
# Code style
- linux: codestyle
deploy-examples:
needs: initial_checks
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Deploy examples to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: examples