Skip to content

Commit

Permalink
fix: fix broken deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Apr 8, 2021
1 parent 5e03b79 commit 36600d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: validate
on:
push:
branches: ["main"]
branches: ['main']
pull_request:
branches: ["main"]
branches: ['main']

jobs:
build:
name: "Build"
name: 'Build'
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand All @@ -28,7 +28,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: '14'

- name: 📀 Install dependencies
run: npm install
Expand All @@ -53,7 +53,7 @@ jobs:
build
deploy:
name: "Deploy"
name: 'Deploy'
runs-on: ubuntu-latest
needs: build
steps:
Expand All @@ -71,7 +71,7 @@ jobs:
secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'

codecov:
name: "Coverage"
name: 'Coverage'
runs-on: ubuntu-latest
needs: deploy
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vercel
Binary file modified public/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 36600d4

@vercel
Copy link

@vercel vercel bot commented on 36600d4 Apr 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.