fix: 修复移动端笔记页面偶发性出现左右滚动条的问题 #71
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 }} |