chore: remove action condition

pull/13/head
moonrailgun 4 years ago
parent ae13baf2a4
commit 6fddae2133

@ -13,7 +13,6 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Deploy Prod
if: github.ref == 'refs/heads/docs' # is docs branch
uses: amondnet/vercel-action@master
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}

Loading…
Cancel
Save