Skip to content

update 20240820

update 20240820 #16

Workflow file for this run

name: Update NECHR
on:
push:
paths:
- 'latest.7z'
jobs:
workflow_dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow
run: |
curl -X POST -H "Authorization: token ${{ secrets.GH_TOKEN }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/cbdb-project/named-entities-for-premodern-chinese-history-research/actions/workflows/57137209/dispatches -d '{"ref": "main"}'