Skip to content

Commit

Permalink
update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 22, 2024
1 parent 6e3eb18 commit 0bde495
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.runner }} next build
working-directory: ./docs
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: nextjs-build
path: ./docs/page

# Deployment job
Expand Down

0 comments on commit 0bde495

Please sign in to comment.