Skip to content

Commit 6b6de3e

Browse files
revert test
1 parent b9d4a9f commit 6b6de3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nextjs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6262
- name: Build with Next.js
6363
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
64+
- name: Override with _just
65+
uses: js-just/latest@main
66+
- name: Move id to deploy
67+
run: mv id deploy/id
6868
- name: Upload artifact
6969
uses: actions/upload-pages-artifact@v3
70-
# with:
71-
# path: deploy
70+
with:
71+
path: deploy
7272

7373
deploy:
7474
environment:

0 commit comments

Comments
 (0)