Skip to content

Commit

Permalink
Hopefully fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Jun 18, 2024
1 parent b0aec9b commit 8d8cd89
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install mkdocs mkdocs-material mkdocs-video "mkdocs-material[imaging]"
- name: Build site
run: mkdocs build
env:
DYLD_FALLBACK_LIBRARY_PATH: /opt/homebrew/lib

- uses: gradle/gradle-build-action@v3

- run: |
Expand All @@ -49,9 +54,6 @@ jobs:
:sample:web:wasmJsBrowserDistribution \
:sample:web:jsBrowserDistribution
- name: Build site
run: mkdocs build

- name: Copy Dokka output to site
run: cp -r build/dokka/htmlMultiModule/ site/api/

Expand Down

0 comments on commit 8d8cd89

Please sign in to comment.