fix: 修复不支持新图库布局问题 #66
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 }} |