Attempting to fix broken build

This commit is contained in:
Jonas Kamsker 2021-05-26 11:13:51 +02:00 committed by GitHub
parent 7d737b5065
commit c644591867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Build and Deploy Job name: Build and Deploy Job
env:
CI: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: