Skip to content

Commit

Permalink
Merge pull request eclipse-dataspace-dcp#98 from wolf4ood/feat/63_pub…
Browse files Browse the repository at this point in the history
…lish_artifacts

feat: publish artifacts: json-ld context and json schemas on gh-pages
  • Loading branch information
jimmarino authored Nov 14, 2024
2 parents 4311e05 + 0dbabb0 commit 18f9cb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Verify Artifacts

on:
push:
branches:
- main
paths:
- "artifacts/**"
workflow_call:

workflow_dispatch:

pull_request:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
workflow_dispatch:

jobs:
tests-artifacts:
uses: ./.github/workflows/artifacts.yaml
build:
name: Build and Validate
runs-on: ubuntu-22.04
Expand All @@ -20,6 +22,9 @@ jobs:
run: |
cp specifications/*.png .
cp specifications/*.yaml .
mkdir -p resources/v0.8
cp -r artifacts/src/main/resources/* resources/v0.8
rm -rf artifacts
- name: Run Respec
run:
npx respec --src index.html --out index.html.build.html -t 60 --disable-sandbox --verbose
Expand Down

0 comments on commit 18f9cb5

Please sign in to comment.