mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: stage static directory
This commit is contained in:
6
.github/workflows/build-stage.yml
vendored
6
.github/workflows/build-stage.yml
vendored
@@ -54,8 +54,8 @@ jobs:
|
||||
|
||||
- name: Build Released-Web
|
||||
run: |
|
||||
yarn gulp:build && clojure -M:cljs release app --config-merge '{:asset-path "${{env.asset-path}}" :compiler-options {:source-map-include-sources-content false :source-map-detail-level :symbols}}'
|
||||
ls -ah ./static/js
|
||||
yarn gulp:build && clojure -M:cljs release app --config-merge '{:asset-path "${{env.asset-path}}" :compiler-options {:source-map true :source-map-include-sources-content false :source-map-detail-level :symbols}}'
|
||||
ls -lR ./public
|
||||
|
||||
- name: Publish to Cloudflare Pages
|
||||
uses: cloudflare/pages-action@1
|
||||
@@ -63,6 +63,6 @@ jobs:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: 2553ea8236c11ea0f88de28fce1cbfee
|
||||
projectName: ${{ github.event.inputs.cloudflare-project-name || 'logseq-demo' }}
|
||||
directory: 'static'
|
||||
directory: 'public'
|
||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: 'production'
|
||||
|
||||
Reference in New Issue
Block a user