From 3b5e163097a043fe58e501ab4cf123e305bebfa3 Mon Sep 17 00:00:00 2001 From: Bram Ulrichts <108867473+bulricht@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:13:44 +0100 Subject: [PATCH] update workflow --- .github/workflows/workflow.yml | 20 ++++++++++++++++++++ config/workflow_properties.yml | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c2ec8f5..0342481 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 @@ -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: diff --git a/config/workflow_properties.yml b/config/workflow_properties.yml index c9eaf34..29d93df 100644 --- a/config/workflow_properties.yml +++ b/config/workflow_properties.yml @@ -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