Skip to content

* fix issue in picker.html #36

* fix issue in picker.html

* fix issue in picker.html #36

Workflow file for this run

# TODO: Update for Pelican migration
# name: Build and deploy Jekyll site to GitHub Pages
# on:
# push:
# branches:
# - master
# jobs:
# github-pages:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 20
# - run: npm i -D && ./node_modules/.bin/webpack
# - uses: helaili/jekyll-action@v2.5
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# target_branch: 'gh-pages'