Skip to content

Introduce face_edges and edge_faces in mesh2d, and utilize fill value… #67

Introduce face_edges and edge_faces in mesh2d, and utilize fill value…

Introduce face_edges and edge_faces in mesh2d, and utilize fill value… #67

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install -e ".[docs]"
- name: Run sphinx
run: make html
working-directory: docs
- name: Deploy to github pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html