Skip to content

Commit

Permalink
Fixed errors 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Oct 5, 2024
1 parent a68ef1f commit fe042a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
static_site_generator: next

- name: Build with Next.js 🏗️
run: npx next build
run: |
npx next build
npx next export
- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit fe042a3

Please sign in to comment.