Skip to content

Commit

Permalink
try more versions
Browse files Browse the repository at this point in the history
gtfierro committed Sep 26, 2024
1 parent f3bf449 commit ffbbe00
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-explorer.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,9 @@ jobs:
- name: Checkout Remote Repository
uses: actions/checkout@v3

- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Clone RDF toolkit
run: git clone https://github.com/KrishnanN27/rdf-toolkit

@@ -74,6 +77,9 @@ jobs:
npx rdf add file "https://brickschema.org/schema/1.4/Brick" vocab/brick/1.4/Brick.ttl
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

- name: Commit Built Files
run: |
rm -rf html.explorer
2 changes: 0 additions & 2 deletions add_versions.py
Original file line number Diff line number Diff line change
@@ -25,8 +25,6 @@
links = {
"Current stable (Brick v1.4)": "/",
"Brick v1.4": "/1.4",
"Brick v1.4.2": "/1.4.2",
"Brick v1.4.1": "/1.4.1",
"Brick v1.3": "/1.3",
}

0 comments on commit ffbbe00

Please sign in to comment.