Skip to content

Merge github.com:cavalab/cavalab.github.io into gh-pages #4

Merge github.com:cavalab/cavalab.github.io into gh-pages

Merge github.com:cavalab/cavalab.github.io into gh-pages #4

Workflow file for this run

on:
push:
branches:
- gh-pages
jobs:
make-member-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Make member pages
run: |
pip install ruamel_yaml
python .github/workflows/make_member_pages.py
- name: Commit changes
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git commit -am "Update member pages"
git push