From bfe4240b67a8edfe8d82584f4a58cce53643d54f Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Tue, 29 Aug 2023 21:55:21 -0700 Subject: [PATCH] GitHub release action: minor cleanup for consistency with next commit --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a70abef68..5767aa71e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,11 +71,8 @@ jobs: asset_name: ${{ env.ASSET }} asset_content_type: application/octet-stream - docs-build-deploy: - strategy: - matrix: - os: [ubuntu-latest] - runs-on: ${{ matrix.os }} + docs-deploy-website-latest-release: + runs-on: ubuntu-latest permissions: contents: write @@ -89,7 +86,7 @@ jobs: uses: abatilo/actions-poetry@v2 with: poetry-version: latest - - name: Install dependencies, compile and deploy docs + - name: Install dependencies, compile and deploy docs to the "latest release" section of the website run: | git config user.name jj-docs-bot git config user.email jj-docs-bot@users.noreply.github.io