Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nimh-sfim/nimh-sfim.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh committed Nov 1, 2024
2 parents db3ff2b + 5416fef commit d51bc2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/get_pubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'
- name: Install dependencies
Expand All @@ -29,7 +29,6 @@ jobs:
run: |
python3 collect_pub_files.py
- name: commit updated files
uses: actions4git/setup-git@v1
run: |
git add "_data/pub_list.csv"
git commit -m "update publication list"
Expand Down

0 comments on commit d51bc2d

Please sign in to comment.