Skip to content

Commit a48fb08

Browse files
committed
wf updated
1 parent ce1fb01 commit a48fb08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PAT: ${{ secrets.PAT }}
2727
run: |
2828
git clone https://x-access-token:${PAT}@github.com/cresteem/BONSE.git
29-
29+
3030
- name: Detect package manager
3131
id: detect-package-manager
3232
working-directory: BONSE
@@ -49,7 +49,6 @@ jobs:
4949
- name: Setup Node
5050
uses: actions/setup-node@v4
5151
with:
52-
working-directory: BONSE
5352
node-version: "21"
5453
cache-dependency-path: |
5554
BONSE/yarn.lock
@@ -63,7 +62,7 @@ jobs:
6362
- name: Restore cache
6463
uses: actions/cache@v4
6564
with:
66-
path: BONSE/.next/cache
65+
path: BONSE/bonse_out/cache
6766
key: ${{ runner.os }}-nextjs-${{ hashFiles('BONSE/**/package-lock.json', 'BONSE/**/yarn.lock') }}-${{ hashFiles('BONSE/**.[jt]s', 'BONSE/**.[jt]sx') }}
6867
restore-keys: ${{ runner.os }}-nextjs-${{ hashFiles('BONSE/**/package-lock.json', 'BONSE/**/yarn.lock') }}-
6968

@@ -78,7 +77,7 @@ jobs:
7877
- name: Upload artifact
7978
uses: actions/upload-pages-artifact@v3
8079
with:
81-
path: BONSE/bonse_out # Adjust to your actual output directory
80+
path: BONSE/bonse_out # Adjust to your actual output directory
8281

8382
deploy:
8483
environment:

0 commit comments

Comments
 (0)