Skip to content

Commit

Permalink
Merge pull request #63 from push-protocol/x-handle-fix
Browse files Browse the repository at this point in the history
workflow upgraded
  • Loading branch information
rohitmalhotra1420 authored Feb 13, 2025
2 parents 915e621 + e839e96 commit c4045de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./out
name: github-pages # Explicitly naming the artifact

# Deployment job
deploy:
Expand All @@ -93,3 +94,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: github-pages

0 comments on commit c4045de

Please sign in to comment.