Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Oct 5, 2024
1 parent c527670 commit 258648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
npx rdf make site --output public/1.4 -B 1.3
- name: rewrite for version navigation
run: find rdf-toolkit/explorer/public -name "*.html" | xargs -n 1 -P 4 uv run add_versions.py /home/runner/work/ontology.brickschema.org/ontology.brickschema.org/rdf-toolkit/explorer/public
run: find rdf-toolkit/explorer/public -name "*.html" | xargs -n 1 -P 4 uv run add_versions.py rdf-toolkit/explorer/public

- name: Commit Built Files
run: |
Expand Down

0 comments on commit 258648b

Please sign in to comment.