docs: update 待分类/02_按软件功能划分/01_普通用户常用软件介绍/01_Office_编辑器_笔记_各种格式文献阅读管理… #480
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: Website Update | |
on: | |
push: | |
branches: ["master"] | |
workflow_dispatch: | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger deepin website update | |
run: | | |
curl ${{ secrets.DEEPIN_WEBSITE_WEBHOOK }} |