diff --git a/.github/workflows/preview-publish.yml b/.github/workflows/preview-publish.yml index b157690..2e4babc 100644 --- a/.github/workflows/preview-publish.yml +++ b/.github/workflows/preview-publish.yml @@ -12,6 +12,11 @@ on: jobs: call-preview: - uses: Tencent/tdesign/.github/workflows/preview.yml@main + uses: https://github.com/Tencent/tdesign/.github/workflows/preview.yml@main secrets: - TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }} \ No newline at end of file + TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }} + another-job: + runs-on: ubuntu-latest + steps: + - name: Another job + run: echo "This is another job!" \ No newline at end of file