Skip to content

Commit

Permalink
Update update-page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Aug 30, 2024
1 parent c972eb3 commit db682aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ jobs:
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git checkout -b gh-pages
git add example_data/index.html
git add index.html
git commit -m "Update Pathoplexus example data list" || exit 0
git push -f origin gh-pages

0 comments on commit db682aa

Please sign in to comment.