Skip to content

Commit

Permalink
GH Actions: add custom Deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Khomiak committed Jun 6, 2024
1 parent fe4ea7a commit f3b4382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ./.github/actions/cached-deps

- name: Build project
run: npm run build
run: npm run build && npm run export

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint-next": "next lint",
Expand Down

0 comments on commit f3b4382

Please sign in to comment.