Skip to content

Commit a590284

Browse files
committed
chore(ci): remove unused command in docs publish
1 parent 8e19d75 commit a590284

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/reusable-publish-docs.yml

-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ jobs:
7575
git config pull.rebase true
7676
git config remote.origin.url >&- || git remote add origin https://github.com/"$ORIGIN"
7777
git pull origin "$BRANCH"
78-
- name: Build docs website and API reference
79-
run: |
80-
make release-docs VERSION="$VERSION" ALIAS="$ALIAS"
81-
poetry run mike set-default --push latest
8278
- name: Build docs website and API reference
8379
env:
8480
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)