Browse Source

chore(ci): deploy sourcemap

Andelf 1 năm trước cách đây
mục cha
commit
73017f5e5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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