We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e19d75 commit a590284Copy full SHA for a590284
.github/workflows/reusable-publish-docs.yml
@@ -75,10 +75,6 @@ jobs:
75
git config pull.rebase true
76
git config remote.origin.url >&- || git remote add origin https://github.com/"$ORIGIN"
77
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
82
- name: Build docs website and API reference
83
env:
84
VERSION: ${{ inputs.version }}
0 commit comments