Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 26, 2024
1 parent ffbbe00 commit c5cff42
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
- name: rewrite for version navigation
run: find public -name "*.html" | xargs -n 1 -P 4 uv run add_versions.py
run: find rdf-toolkit/explorer/public -name "*.html" | xargs -n 1 -P 4 uv run add_versions.py

- name: Commit Built Files
run: |
Expand Down

0 comments on commit c5cff42

Please sign in to comment.