Skip to content

Commit

Permalink
Update deploy workflow to fix url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed May 28, 2024
1 parent 25a0e09 commit 3763cfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: .next
path: ./out

# Deployment job
deploy:
Expand Down

0 comments on commit 3763cfb

Please sign in to comment.