修改Android正式版发布时间;新增插件市场教程;”通过附件添加条目”中增加“更新插件及translator更新“的说明 (#337) #81
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: ci | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
lint: | |
name: 检查文档格式 | |
uses: ./.github/workflows/lint.yml | |
with: | |
fix: false | |
build: | |
name: 构建文档 | |
uses: ./.github/workflows/build.yml | |
send-dispatch: | |
name: 请求部署上线 | |
if: github.repository == 'zotero-chinese/wiki' && github.event_name != 'pull_request' | |
needs: | |
- lint | |
- build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
repository: zotero-chinese/website | |
event-type: update-triggered-by-wiki-repo |