Skip to content

Commit

Permalink
Fix: publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielReverso committed Jan 31, 2025
1 parent e4dfcfe commit f89fff3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Build with Next.js 🏗️
run: npx next build

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
with:
path: ./out

deploy:
environment:
name: github-pages
Expand Down

0 comments on commit f89fff3

Please sign in to comment.