We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ef571 commit a990d94Copy full SHA for a990d94
3 files changed
.github/workflows/deploy.yml
.github/workflows/nextjs.yml
@@ -75,6 +75,8 @@ jobs:
75
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
76
- name: Build with Next.js
77
run: ${{ steps.detect-package-manager.outputs.runner }} next build
78
+ - name: Create .nojekyll file
79
+ run: touch ./out/.nojekyll
80
- name: Upload artifact
81
uses: actions/upload-pages-artifact@v3
82
with:
public/.nojekyll
0 commit comments