Skip to content

OFF-EP 0008 — Periodicity-dependent vdW methods and "no-cutoff" option #80

OFF-EP 0008 — Periodicity-dependent vdW methods and "no-cutoff" option

OFF-EP 0008 — Periodicity-dependent vdW methods and "no-cutoff" option #80

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install
run: |
pip install -r requirements.txt
- name: Build Docs
run: mkdocs build
- name: Deploy
if: endsWith(github.ref, '/main')
run: mkdocs gh-deploy --force