Skip to content

Commit

Permalink
fix: Add export script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjy committed Dec 6, 2023
1 parent ad9d8dc commit 5ece3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Add export configuration
run: sed -i 's/\/\/ //g' next.config.js
- name: Build and static export with Next.js
run: npm run build
- name: Upload artifact
Expand Down

0 comments on commit 5ece3ae

Please sign in to comment.