Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Sep 22, 2023
2 parents cfaf7c9 + 60a9d53 commit 205ec6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Install Netlify CLI
run: npm install -g netlify-cli

- name: Build and Test
run: |
npm install
npm run build
npx netlify deploy --dir=build --site=${{ secrets.SITE_ID }} --auth=${{ secrets.NETLIFY_AUTH_TOKEN }}
npx netlify deploy --dir=build --site=${{ secrets.SITE_ID }} --auth="${{ secrets.NETLIFY_AUTH_TOKEN }}"
env:
CI: true
NODE_ENV: production

0 comments on commit 205ec6d

Please sign in to comment.