You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This template repo helps with setting up a pipeline for an OSLO implementation p
12
12
You only have to do these steps once.
13
13
14
14
1.[Create a new repository based on this repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
15
-
2. Navigate to Settings > Actions > General > Workflow permissions and
15
+
2. Navigate to Settings > Actions > General > Workflow permissions and
16
16
make sure that "Read and write permissions" is checked.
17
17
3.[Set up GitHub pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-your-site)
18
18
and let it point to the `docs` directory on the `main` branch.
@@ -102,7 +102,9 @@ and the data will have [this license](LICENSE).
102
102
### Execute queries via the dashboard
103
103
104
104
1. Browse to the GitHub pages of this repository.
105
-
2. TODO: Add Miravi specific instructions
105
+
2. Click on one of the queries on the left:
106
+
107
+

106
108
107
109
## Extras
108
110
@@ -113,16 +115,17 @@ and the data will have [this license](LICENSE).
113
115
```
114
116
115
117
- Delete `in-shacl/shacl.ttl` to download the SHACL again.
118
+
- Delete `template.xlsx` to regenerate the template Excel file and example data.
0 commit comments