Skip to content

Improvements for Cameron #4

Improvements for Cameron

Improvements for Cameron #4

Workflow file for this run

name: Test stable build of book
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: ["main"]
push:
branches: ["main"]
env:
HDF5_MPI: "ON"
HDF5_DIR: "/usr/local/"
DISPLAY: ":99.0"
DEB_PYTHON_INSTALL_LAYOUT: deb_system
jobs:
build-book:
runs-on: ubuntu-latest
container: ghcr.io/cianwilson/fenicsx_subduction:v0.8.0
env:
PYVISTA_TRAME_SERVER_PROXY_PREFIX: "/proxy/"
PYVISTA_TRAME_SERVER_PROXY_ENABLED: "True"
PYVISTA_OFF_SCREEN: false
PYVISTA_JUPYTER_BACKEND: "html"
steps:
- uses: actions/checkout@v4
- name: Build the book
run: jupyter-book build .
- uses: actions/upload-artifact@v4
if : always()
with:
name: webpage
path: ./_build/html
retention-days: 2
if-no-files-found: error