Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Dec 6, 2023
1 parent d2c77a7 commit 9cd15f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,19 @@ jobs:

- name: Override config
run: |
cp -f editor/next.config.ci.js editor/next.config.js
cp -f web/studio/next.config.ci.js web/studio/next.config.js
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: |
bash nx run --output-style=stream-without-prefixes editor:install
bash nx run --output-style=stream-without-prefixes editor:build
pnpm run build:studio
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./editor/out
path: ./dist/web/studio

# Deployment job
deploy:
Expand Down

0 comments on commit 9cd15f8

Please sign in to comment.