Skip to content

Commit

Permalink
fix: netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Sep 12, 2023
1 parent b05b107 commit 2941121
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
run: npm run semantic-release:all

- name: Deploy to netlify
uses: netlify/actions/cli@master
with:
args: deploy --dir=dist/web-app --prod
run: npx netlify deploy --dir=dist/web-app --prod
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
154 changes: 154 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-environment-node": "^29.4.1",
"netlify": "13.1.10",
"nx": "16.8.1",
"nx-cloud": "latest",
"prettier": "2.8.8",
Expand Down

0 comments on commit 2941121

Please sign in to comment.