Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Oct 17, 2024
1 parent f70cdcc commit f33c2fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "14"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: lint
run: yarn lint
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: lint
run: yarn lint
- name: build
run: yarn build
- name: deploy
run: yarn deploy
env:
DEPLOY_API_KEY: ${{ secrets.DEPLOY_API_KEY }}
DEPLOY_ENV: production
DEPLOY_ENV: production

0 comments on commit f33c2fc

Please sign in to comment.