Skip to content

Commit

Permalink
default export directory is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovodo committed May 16, 2024
1 parent d19b26d commit e54e1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: npx next build

- name: Check build output
run: ls -la ./
run: ls -la ./.next

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

deploy:
environment:
Expand Down

0 comments on commit e54e1ab

Please sign in to comment.