mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Sync assets from the mempool CDN
This commit is contained in:
parent
933bc47b44
commit
9c72d1df3b
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -115,6 +115,10 @@ jobs:
|
||||
|
||||
- name: Sync-assets
|
||||
run: npm run sync-assets-dev
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
MEMPOOL_CDN: 1
|
||||
VERBOSE: 1
|
||||
working-directory: assets/frontend
|
||||
|
||||
- name: Zip mining-pool assets
|
||||
@ -237,6 +241,8 @@ jobs:
|
||||
working-directory: ${{ matrix.node }}/${{ matrix.flavor }}/frontend
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
MEMPOOL_CDN: 1
|
||||
VERBOSE: 1
|
||||
|
||||
e2e:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||
|
Loading…
Reference in New Issue
Block a user