feat: 优化文章区域表格展示效果 #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notify | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
build-pages: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Notify theme updates | |
run: | | |
curl --fail --request GET --header "Authorization: Bearer $SIGN" --url "https://dev.biji.io/actions?url=https://github.com/Tokinx/Wing/archive/refs/heads/main.zip" | |
env: | |
SIGN: ${{ secrets.SIGN }} |