Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdy committed Nov 27, 2023
1 parent 3ea6c19 commit 43199b2
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 @@ -41,7 +41,7 @@ jobs:
scope: ${{ secrets.ORG_ID}} #Required
vercel-args: ${{ github.ref_name == 'main' && '--prod' || '' }}
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./.next
working-directory: ./dist

- name: Comment PR
if: github.event_name == 'pull_request'
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import withVideos from 'next-videos';

const nextConfig = {
distDir: './dist',
swcMinify: true,
compiler: {
styledComponents: { ssr: true },
Expand Down

0 comments on commit 43199b2

Please sign in to comment.