Skip to content

Commit

Permalink
Ruby is only needed for Asciidoctor
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Dec 18, 2023
1 parent 469d964 commit 708afe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy [Linux]
name: Build and Deploy
on:
push:
branches:
Expand All @@ -8,6 +8,8 @@ jobs:
build:
name: Build and Deploy
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
steps:
Expand Down

0 comments on commit 708afe2

Please sign in to comment.