Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Jan 17, 2024
1 parent ef9feac commit c4a80be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-registry-create-graphs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install app
run: |
cd ./code
npm ci
npm install --no-progress
npx turbo run build --filter=@colonial-collections/data-registry
- name: Create graphs
run: |
Expand Down
1 change: 1 addition & 0 deletions data-registry/dataset-metrics.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cc-metrics:languages
dqv:inDimension ldqd:availability ;
qb:order 2 .


cc-metrics:online
a dqv:Metric ;
skos:prefLabel "Downloadable or accessible online"@en ;
Expand Down

0 comments on commit c4a80be

Please sign in to comment.