Skip to content

Commit

Permalink
Merge pull request #3 from Flopsky/Flopsky-patch-2
Browse files Browse the repository at this point in the history
Update nextjs.yml
  • Loading branch information
Flopsky authored Dec 31, 2023
2 parents e5e104c + ef71c4c commit e3c5e9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -93,3 +91,6 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
# Set the repository name for deployment
repository_name: Flopsky.github.io

0 comments on commit e3c5e9f

Please sign in to comment.