Skip to content

Commit 8d189e2

Browse files
committed
fix docs action
1 parent b1bf771 commit 8d189e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish-pages-only.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PUBLISH_SIGNING_KEY }}
4747
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PUBLISH_SIGNING_PASSWORD }}
4848
- name: Publish versioned documentation
49-
run: cd docs && mike deploy --push --update-aliases "${{ inputs.docs_version }}" latest
49+
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

Comments
 (0)