Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 9, 2021
1 parent 66d51e6 commit 22a58b3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: 'Deploy'
on:
<<<<<<< HEAD
workflow_dispatch:
=======
workflow_dispatch:

>>>>>>> 97877e6... set up staging environment
push:
branches:
- develop
Expand Down Expand Up @@ -45,8 +40,8 @@ jobs:
needs: build
steps:
- name: npm install
run: |
npm install
run: |
npm install
- name: npm run generate
run: |
npm run generate
Expand Down

0 comments on commit 22a58b3

Please sign in to comment.