docs: rename 03_技术规范/00_软件包与仓库管理规范/深度应用商店应用软件投递说明 to appsotre_delivery #451
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 }} |