Skip to content

Add elemental damping #111

Add elemental damping

Add elemental damping #111

Workflow file for this run

name: latest
on:
push:
branches:
- dev
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: sudo apt-get install doxygen graphviz
- run: git fetch origin
- run: pip install -e .
- run: git config --global user.name "Theodore Chang"
- run: git config --global user.email "tlcfem@gmail.com"
- run: git pull
- run: mike deploy 3.2
- run: git push origin gh-pages