Skip to content

Commit

Permalink
clean up workflows for profiles-only actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Apr 15, 2024
1 parent f660bcd commit 06987a5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 52 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/push-to-io.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/uplift-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
pip install git+https://github.com/opengeospatial/ogc-na-tools.git
- name: Process files
run: |
#find . -name '*.csv' | while read CSV_FILE; do python -m ogc.na.ingest_json \
# --skip-on-missing-context --json-ld --context csv2python.yml "${CSV_FILE}" > "${CSV_FILE}.json"
# done
python -m ogc.na.ingest_json --batch --all --skip-on-missing-context \
--json-ld --ttl --work-dir . --domain-config .ogc/catalog.ttl
- name: Add and commit
uses: EndBug/add-and-commit@v9
with:
message: "Semantic uplift of all vocabulary source files"
message: "Semantic uplift of profile/vocabulary binding source CSV files"
default_author: github_actions
4 changes: 0 additions & 4 deletions .ogc/config.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .ogc/profiles.ttl

This file was deleted.

0 comments on commit 06987a5

Please sign in to comment.