Added .nojekyll to pages workflow.
This commit is contained in:
2
.github/workflows/nextjs.yml
vendored
2
.github/workflows/nextjs.yml
vendored
@ -77,6 +77,8 @@ jobs:
|
||||
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: nojekyll
|
||||
run: touch ./out/.nojekyll
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user