There was an error while loading. Please reload this page.
1 parent b1bf771 commit 8d189e2Copy full SHA for 8d189e2
1 file changed
.github/workflows/publish-pages-only.yml
@@ -46,4 +46,6 @@ jobs:
46
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PUBLISH_SIGNING_KEY }}
47
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PUBLISH_SIGNING_PASSWORD }}
48
- name: Publish versioned documentation
49
- run: cd docs && mike deploy --push --update-aliases "${{ inputs.docs_version }}" latest
+ run: |
50
+ export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib
51
+ cd docs && mike deploy --push --update-aliases "${{ inputs.docs_version }}" latest
0 commit comments