Skip to content

Commit 2a3a571

Browse files
committed
chore: done
1 parent 5306bbd commit 2a3a571

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Generate and Deploy
22

33
on:
44
push:
5-
branches: [
6-
'ci/**'
7-
]
5+
schedule:
6+
- cron: '0 0 * * *'
87
workflow_dispatch:
98

109
jobs:
@@ -24,12 +23,12 @@ jobs:
2423
run: yarn install
2524
if: steps.yarn-cache.outputs.cache-hit != 'true'
2625

27-
# - name: build
28-
# env:
29-
# COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }}
30-
# RUNTIME_TARGET: ${{ inputs.target }}
31-
# run: |
32-
# yarn build
26+
- name: build
27+
env:
28+
COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }}
29+
RUNTIME_TARGET: ${{ inputs.target }}
30+
run: |
31+
yarn build
3332
3433
- name: Get Package Version
3534
id: package-version

0 commit comments

Comments
 (0)