Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into granges-tut
  • Loading branch information
jkanche committed Jul 16, 2024
2 parents 77d3d38 + 235889f commit 5637e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
uses: quarto-dev/quarto-actions/render@v2
with:
to: html
env:
LD_LIBRARY_PATH: /usr/local/lib

- name: Publish to GH Pages
if: github.ref == 'refs/heads/master'
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages # The branch the action should deploy to.
render: false
render: false

0 comments on commit 5637e3e

Please sign in to comment.