mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 13:00:08 +00:00
GitHub release action: minor cleanup for consistency with next commit
This commit is contained in:
parent
b18c97aa12
commit
bfe4240b67
1 changed files with 3 additions and 6 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -71,11 +71,8 @@ jobs:
|
||||||
asset_name: ${{ env.ASSET }}
|
asset_name: ${{ env.ASSET }}
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
docs-build-deploy:
|
docs-deploy-website-latest-release:
|
||||||
strategy:
|
runs-on: ubuntu-latest
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest]
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
@ -89,7 +86,7 @@ jobs:
|
||||||
uses: abatilo/actions-poetry@v2
|
uses: abatilo/actions-poetry@v2
|
||||||
with:
|
with:
|
||||||
poetry-version: latest
|
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: |
|
run: |
|
||||||
git config user.name jj-docs-bot
|
git config user.name jj-docs-bot
|
||||||
git config user.email jj-docs-bot@users.noreply.github.io
|
git config user.email jj-docs-bot@users.noreply.github.io
|
||||||
|
|
Loading…
Reference in a new issue