Skip to content

feat: add tips

feat: add tips #92

Workflow file for this run

name: Sync to Server
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
# 不给权限会报错
permissions:
contents: write
steps:
- name: Sync
run: curl https://updates.travellings.cn/update?token=${{ secrets.SYNC_TOKEN }}