diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml
index 6462d68..84b0391 100644
--- a/.github/workflows/nextjs.yml
+++ b/.github/workflows/nextjs.yml
@@ -35,9 +35,6 @@ jobs:
       - name: Build Next.js site
         run: npm run build
 
-      - name: Export Next.js static files
-        run: npm run export
-
       - name: Upload artifact for deployment
         uses: actions/upload-pages-artifact@v3
         with: