Skip to content

docs: update personnel lists on Uproot, Awkward, dask-awkward, and Vector #5008

docs: update personnel lists on Uproot, Awkward, dask-awkward, and Vector

docs: update personnel lists on Uproot, Awkward, dask-awkward, and Vector #5008

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare to build site
uses: ./.github/actions/prepare-build-site
- name: Check RuboCop
run: bundle exec rake rubocop
- name: Build the site
run: bundle exec rake build
env:
JEKYLL_ENV: production
INDICO_TOKEN: ${{ secrets.INDICO_TOKEN }}