-
Notifications
You must be signed in to change notification settings - Fork 53
32 lines (32 loc) · 992 Bytes
/
docs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Update pattern and SPARQL docs
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'src/patterns/dosdp-patterns/**'
- 'src/sparql/**'
jobs:
diff:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.3.0
strategy:
max-parallel: 1
steps:
- name: Checkout main branch
uses: actions/checkout@v2
- name: Run diff
run: cd src/ontology/ && make pattern_docs -B
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update DOSDP template and SPARQL qc documentation
title: 'Update DOSDP and SPARQL docs'
body: |
Updates DOSDP template and SPARQL qc documentation, including
- Update the dosdp pattern docs overview
- Update the README.md in the DOSDP directory
- Update pattern.owl
- Update SPARQL QC check documenation
# assignees: sabrinatoro