Skip to content

feat: 优化文章区域表格展示效果 #65

feat: 优化文章区域表格展示效果

feat: 优化文章区域表格展示效果 #65

Workflow file for this run

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 }}