Skip to content

Commit

Permalink
fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Oct 21, 2023
1 parent b538a02 commit a3f9c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: poetry install

- name: make index.html
run: make index.html
run: poetry run python generate_interactive_doc.py ontologies/223p.ttl

- name: Commit Built Files
run: |
Expand Down

0 comments on commit a3f9c36

Please sign in to comment.