Skip to content

Commit

Permalink
Remove old docs deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Jan 22, 2024
1 parent 8a95fa5 commit d2875ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Expand Up @@ -79,10 +79,6 @@ jobs:
- name: Move KDoc build
run: mv build/dokka/htmlMultiModule docs/kdoc

- name: Deploy with mike
run: |
VERSION=${GITHUB_REF_NAME#v} mike deploy --push ${{ github.ref_name }} latest
- name: Deploy with mike (release)
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit d2875ea

Please sign in to comment.