Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bulricht authored Jan 18, 2024
1 parent 2cb6d50 commit 3b5e163
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
jobs:
job:
runs-on: ubuntu-latest
env:
ROCRATE_PROFILE_URI: https://data.emobon.embrc.eu/observatory-profile/0.13
steps:
- name: checkout
uses: actions/checkout@v3
Expand All @@ -16,6 +18,24 @@ jobs:
PAT: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
ASSIGNEE: bulricht
- name: rocrate-sembench-setup
uses: vliz-be-opsci/rocrate-sembench-setup@main
env:
PROFILE: ${{ env.ROCRATE_PROFILE_URI }}
- name: semantify
uses: vliz-be-opsci/semantify@main
- name: rocrate-metadata-generator-action
uses: emo-bon/rocrate-metadata-generator-action@main
env:
PROFILE: ${{ env.ROCRATE_PROFILE_URI }}
REPO: ${{ github.repository }}
- name: rocrate-to-pages
uses: vliz-be-opsci/rocrate-to-pages@latest
- name: actions-gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./unicornpages
- name: git-auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down
1 change: 0 additions & 1 deletion config/workflow_properties.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
water: https://docs.google.com/spreadsheets/d/1mEi4Bd2YR63WD0j54FQ6QkzcUw_As9Wilue9kaXO2DE/edit?usp=sharing
sediment: https://docs.google.com/spreadsheets/d/1zc0bZdpl-Eoi35lI_5BGkElbscplyQRyNPLkSgeEyEQ/edit?usp=sharing
rocrate_profile_uri: https://data.emobon.embrc.eu/observatory-profile/0.1
data_quality_control_threshold_date: 2023-08-01

0 comments on commit 3b5e163

Please sign in to comment.