Skip to content

Update contact email in publications.md #54

Update contact email in publications.md

Update contact email in publications.md #54

Workflow file for this run

name: Deploy Website
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install "jupyter-book<2" pandas tabulate
- name: Run build script
run: chmod +x ./build_book.sh && ./build_book.sh
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: _build/html