Skip to content

Commit c456496

Browse files
authored
Merge branch 'develop' into smrgeoinfo-patch-2
2 parents fa2f548 + 11212b8 commit c456496

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/process_vocab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@master
3636
- name: Vocabulary action
37-
uses: isamplesorg/vocabularies@develop
37+
uses: isamplesorg/vocabularies@main
3838
# input variables 'action', 'path', 'inputttl' and 'inputvocaburi' are defined in action.yml, and assigned values here
3939
# GitHub creates an environment variable for the input with the name INPUT_<VARIABLE_NAME>
4040
with:
4141
action: docs
4242
path: ${{ github.workspace }}
4343
# provide ttl file names without extensions; the base file name will be
4444
# used for output files with the appropriate extension.
45-
inputttl: material_sample_object_type|material_sample_type(superseded)|material_type|sampled_feature_type
45+
inputttl: material_sample_object_type|material_type|sampled_feature_type
4646
# these are the URIs for the ConceptScheme; there must be a conceptScheme defined in each vocabulary.
47-
inputvocaburi: msot:conceptscheme|spec:specimentypevocabulary|mat:materialsvocabulary|sf:sampledfeaturevocabulary
47+
inputvocaburi: msot:conceptscheme|mat:materialsvocabulary|sf:sampledfeaturevocabulary
4848

4949
- name: Deploy docs
5050
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)