ci: update CI

This commit is contained in:
Il Harper 2024-09-12 01:26:19 +08:00
parent 6d06849480
commit 7d20f839cb
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -37,7 +37,7 @@ jobs:
name: chronocat-docs-${{ github.sha }} name: chronocat-docs-${{ github.sha }}
path: packages/docs/build path: packages/docs/build
- name: Build Packages - name: Download Dist
run: | run: |
curl -fsSL -o - https://${{ secrets.DEPLOY_TOKEN }}@github.com/ilharp/chronocat-dist/archive/refs/heads/master.tar.gz | tar -zxvf - --strip-components=1 -C packages/docs/build curl -fsSL -o - https://${{ secrets.DEPLOY_TOKEN }}@github.com/ilharp/chronocat-dist/archive/refs/heads/master.tar.gz | tar -zxvf - --strip-components=1 -C packages/docs/build
shell: bash shell: bash