Skip to content

Commit

Permalink
Fixed syntax and tweaked doc build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Feb 20, 2024
1 parent 00ad11a commit 3273535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sphinx-build docs/source _build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push'}}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ you use along with our [descriptive paper in JOSS](https://joss.theoj.org/papers
author = {Chure, Griffin and Cremer, Jonas},
title = {hplc-py: A Python Utility For Rapid Quantification of Complex Chemical Chromatograms},
volume = 9,
number = 94,
number = 94,
url = {https://joss.theoj.org/papers/10.21105/joss.06270},
doi = {10.21105/joss.06270},
number = {94},
Expand Down

0 comments on commit 3273535

Please sign in to comment.