Skip to content

Commit

Permalink
Fetch gh-pages branch after publishing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed May 27, 2024
1 parent d5ccace commit 2601539
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
- name: Move KDoc build
run: mv build/dokka/htmlMultiModule docs/kdoc

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: true
fetch-depth: 0

- name: Deploy with mike (release)
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 2601539

Please sign in to comment.