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