浏览代码

chore(ci): deploy sourcemap

Andelf 1 年之前
父节点
当前提交
73017f5e5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/deploy-db-pages.yml

+ 1 - 1
.github/workflows/deploy-db-pages.yml

@@ -38,7 +38,7 @@ jobs:
       - name: Build Released-Web
         run: |
           yarn gulp:build && clojure -M:cljs release app  --config-merge '{:compiler-options {:source-map-include-sources-content false :source-map-detail-level :symbols}}'
-          rsync -avz --exclude node_modules --exclude '*.js.map' --exclude android --exclude ios ./static/ ./public/static/
+          rsync -avz --exclude node_modules --exclude android --exclude ios ./static/ ./public/static/
           ls -lR ./public
 
       - name: Publish to Cloudflare Pages