diff --git a/.github/workflows/mike-redeploy.yaml b/.github/workflows/mike-redeploy.yaml index dcff5d57..eb0e5bf6 100644 --- a/.github/workflows/mike-redeploy.yaml +++ b/.github/workflows/mike-redeploy.yaml @@ -61,6 +61,7 @@ jobs: - name: Deploy Documentation if: steps.validate_user.outputs.can_deploy == 'true' run: | + mkdocs build -s mike deploy ${{ github.event_name == 'schedule' && 'dev' || github.event.inputs.version }} -t "${{ github.event_name == 'schedule' && 'dev' || github.event.inputs.version }}" --push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}