feat: 增强cdn资源替换;js cdn切换为staticfile.net #82
This file contains hidden or 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 }} |