Skip to content

Commit

Permalink
Don't deploy with github actions
Browse files Browse the repository at this point in the history
Deployment already done by netlify directly
  • Loading branch information
cxong committed Sep 27, 2021
1 parent 1775cff commit a0562f3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,3 @@ jobs:
yarn danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Before Deploy
run: |
pipenv run htmlmin _build/index.html _build/index.html
- name: Netlify Actions
# You may pin to the exact commit or the version.
# uses: nwtgck/actions-netlify@f517512ae75beec8896aa7b027c1c72f01816200
uses: nwtgck/[email protected]
with:
publish-dir: _build
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
fails-without-credentials: true
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: 6f222827-83c1-4882-8d4e-6781973be25d
timeout-minutes: 2

0 comments on commit a0562f3

Please sign in to comment.