Skip to content

Commit

Permalink
update readme fix documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Ulrich Tittes committed Sep 17, 2024
1 parent 10f1b70 commit 2c6b1cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_pages_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ concurrency: preview-${{ github.ref }}
jobs:
run:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Core idea is a modular system that allows for the combination of several sample

Current versions are a work in progress, details might change.


## Website
Here you can browse all our keywords with descriptions.
[https://osc-em.github.io/OSCEM_Schemas/](https://osc-em.github.io/OSCEM_Schemas/)
Expand Down
3 changes: 2 additions & 1 deletion src/oscem_schemas/schema/organizational.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ classes:
- end_date
- budget
- project_id
- country

slots:
first_name:
Expand Down Expand Up @@ -105,7 +106,7 @@ slots:
range: OrganizationTypeEnum
country:
title: Country
description: Country of the author's institution
description: Country of the institution
range: string
role:
title: Role
Expand Down

0 comments on commit 2c6b1cf

Please sign in to comment.