Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LederCards/spotlight
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 19, 2024
2 parents 718501f + 842a27d commit 6b7c39b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy to Netlify

on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -28,13 +29,13 @@ jobs:

- run: npm run test

- run: npm run build
- run: npm run build:netlify

- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: "./www"
production-deploy: true
publish-dir: "./dist/app/browser"
production-deploy: ${{ github.ref_name == 'master' }}
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
Expand Down

0 comments on commit 6b7c39b

Please sign in to comment.