mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
ci: remove js source maps files for cloudflare pages because of that has a max file size limit < 29.2M
This commit is contained in:
4
.github/workflows/build-stage.yml
vendored
4
.github/workflows/build-stage.yml
vendored
@@ -37,7 +37,9 @@ jobs:
|
||||
run: yarn cache clean && yarn install --frozen-lockfile
|
||||
|
||||
- name: Build Released-Web
|
||||
run: yarn gulp:build && clojure -M:cljs release app --config-merge '{:asset-path "${{env.asset-path}}"}'
|
||||
run: |
|
||||
yarn gulp:build && clojure -M:cljs release app --config-merge '{:asset-path "${{env.asset-path}}"}'
|
||||
rm -rf ./static/*.js.map
|
||||
|
||||
- name: Publish to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@1
|
||||
|
||||
Reference in New Issue
Block a user