Skip to content

Commit 2172a2e

Browse files
Update publish.yml
1 parent 143d473 commit 2172a2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
with:
5151
node-version: "20"
5252
cache: ${{ steps.detect-package-manager.outputs.manager }}
53-
# - name: Setup Pages
54-
# uses: actions/configure-pages@v5
55-
# with:
56-
# static_site_generator: next
53+
- name: Setup Pages
54+
uses: actions/configure-pages@v5
55+
with:
56+
static_site_generator: next
5757
- name: Restore cache
5858
uses: actions/cache@v4
5959
with:
@@ -67,7 +67,7 @@ jobs:
6767
- name: Build with Next.js
6868
run: ${{ steps.detect-package-manager.outputs.runner }} next build
6969
- name: _just
70-
uses: JustDeveloper1/[email protected]
70+
uses: js-just/latest@main
7171
- name: Upload artifact
7272
uses: actions/upload-pages-artifact@v3
7373
with:

0 commit comments

Comments
 (0)