Skip to content

Commit

Permalink
chore: Update deploy-docs.yml to use .next as the path for uploading …
Browse files Browse the repository at this point in the history
…artifact
  • Loading branch information
waveyboym committed May 21, 2024
1 parent f28fd11 commit 1f5ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./next
path: .next

# Deployment job
deploy:
Expand Down

0 comments on commit 1f5ff47

Please sign in to comment.