Skip to content

Commit d997d07

Browse files
authored
Merge pull request #4 from mbianchidev/copilot/fix-archive-artifact-error
Fix GitHub Pages deployment by specifying Next.js TypeScript config path
2 parents 1a58f51 + c00549c commit d997d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/configure-pages@v4
3333
with:
3434
static_site_generator: next
35+
generator_config_file: ./next.config.ts
3536

3637
- name: Install dependencies
3738
run: npm ci

0 commit comments

Comments
 (0)