diff --git a/.github/workflows/publish_python.yml b/.github/workflows/publish_python.yml index 1310e43..d0dbe4c 100644 --- a/.github/workflows/publish_python.yml +++ b/.github/workflows/publish_python.yml @@ -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 \ No newline at end of file + render: false