Skip to content

Second-order Stencil Descent for Interior-point Hyperelasticity #55

Second-order Stencil Descent for Interior-point Hyperelasticity

Second-order Stencil Descent for Interior-point Hyperelasticity #55

Workflow file for this run

name: Test if codes are deployable
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test-for-codes:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: npm install and build website
run: |
cd siteGen
npm ci
npm run build