Skip to content

Commit

Permalink
Merge pull request #26 from slofp/dev
Browse files Browse the repository at this point in the history
fix: worker2
  • Loading branch information
slofp authored Jan 18, 2024
2 parents fa21599 + 389973b commit ef96574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
IS_GITHUB_ACTION: true
run: pnpm build

- name: move worker
working-directory: web
run: mv ./dist/AiJs/monacoeditorwork ./dist/monacoeditorwork && rmdir ./dist/AiJs

- name: Upload dist
uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 0 additions & 1 deletion web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default defineConfig({
'editorWorkerService',
'typescript',
],
publicPath: "AiJs/monacoeditorwork",
}),
],
define: {
Expand Down

0 comments on commit ef96574

Please sign in to comment.