Skip to content

Log spacing possibility for psds and added the possibility to have two calibration curves for the low gain channel #128

Log spacing possibility for psds and added the possibility to have two calibration curves for the low gain channel

Log spacing possibility for psds and added the possibility to have two calibration curves for the low gain channel #128

Workflow file for this run

name: build-docs
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# This job installs dependencies, build the website, and pushes it to `gh-pages`
jobs:
deploy-website:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: docs/environment_docs.yml
activate-environment: pysp2-docs
- name: Install PySP2
run: |
pip install -e . --no-deps --force-reinstall
# Build the website
- name: Build the site
run: |
cd docs
make html
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.8.0
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
cname: https://arm-doe.github.io/PySP2/