We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d4a9f commit 6b6de3eCopy full SHA for 6b6de3e
.github/workflows/nextjs.yml
@@ -61,14 +61,14 @@ jobs:
61
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
62
- name: Build with Next.js
63
run: ${{ steps.detect-package-manager.outputs.runner }} next build
64
- #- name: Override with _just
65
- # uses: js-just/latest@main
66
- #- name: Move id to deploy
67
- # run: mv id deploy/id
+ - name: Override with _just
+ uses: js-just/latest@main
+ - name: Move id to deploy
+ run: mv id deploy/id
68
- name: Upload artifact
69
uses: actions/upload-pages-artifact@v3
70
- # with:
71
- # path: deploy
+ with:
+ path: deploy
72
73
deploy:
74
environment:
0 commit comments