Skip to content

fix(theme): correct .no-data text color in dark (#1782) #533

fix(theme): correct .no-data text color in dark (#1782)

fix(theme): correct .no-data text color in dark (#1782) #533

Workflow file for this run

name: mirror gitee
on: push
jobs:
to_gitee:
if: "!startsWith(github.event.commits[0].message, 'release')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitee.com:ng-alain/delon.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}