Skip to content

Abins calc and plot from MLIP #16

Abins calc and plot from MLIP

Abins calc and plot from MLIP #16

Workflow file for this run

name: build-docs
on:
push:
branches: main
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: "1.5.7-0"
environment-file: docs-env.yaml
init-shell: bash
- name: Sphinx build
run: sphinx-build source build
shell: bash -el {0}
- name: Push site to Github Pages
uses: Cecilapp/[email protected]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
build_dir: build
branch: gh-pages
jekyll: no