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

Commit

Permalink
Update for archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed May 26, 2024
1 parent 7d64565 commit 745279c
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: npm run build --if-present
- name: Test
run: npm run test --if-present
- name: "Deploy"
if: github.ref == 'refs/heads/master' && matrix.node-version == 'lts/*'
run: npm run deploy:prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
# - name: "Deploy"
# if: github.ref == 'refs/heads/master' && matrix.node-version == 'lts/*'
# run: npm run deploy:prod
# env:
# VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Loading

0 comments on commit 745279c

Please # to comment.