Skip to content

fix: correct test assertion in test_ir_spectrum_from_dpt_bytes_handle… #24

fix: correct test assertion in test_ir_spectrum_from_dpt_bytes_handle…

fix: correct test assertion in test_ir_spectrum_from_dpt_bytes_handle… #24

Workflow file for this run

name: Deploy MkDocs Site
on:
push:
branches:
- main # Triggers deployment on push to the main branch
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: requirements_docs.txt