From ea254235e912de36a04fd7467f1209e6daec5d04 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 4 Aug 2022 07:57:11 +0200 Subject: [PATCH] compress --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f7ba1b6..45657133 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,13 +2,12 @@ name: Build pages and publish on: push: - branches: [ main ] + branches: + - main jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1