Skip to content

Commit d715320

Browse files
committed
Revert "fix: build"
This reverts commit e2efe27.
1 parent e2efe27 commit d715320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
node-version: "22"
1616
- run: pnpm install --frozen-lockfile
1717
- run: pnpm build --preset github_pages
18-
env:
19-
VERCUBE_PATH: ${{ secrets.VERCUBE_PATH }}
2018
- name: Upload artifact
2119
uses: actions/upload-pages-artifact@v3
2220
with:
2321
path: ./.output/public
22+
env:
23+
VERCUBE_PATH: ${{ secrets.VERCUBE_PATH }}
2424

2525
deploy:
2626
needs: build

0 commit comments

Comments
 (0)