Skip to content

Commit

Permalink
Merge pull request #100 from aai-institute/bugfix/docs-benchmark
Browse files Browse the repository at this point in the history
Bugfix: Docs benchmark
  • Loading branch information
Samuel Burbulla authored Mar 19, 2024
2 parents ff2f682 + d158eee commit 2f46867
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip install -e ".[docs]"
- name: Setup venv
uses: ./.github/actions/setup-venv
with:
python-version: 3.11
os-name: ubuntu-latest
optional-dependencies: "[docs]"
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/benchmarks/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
table.html
style.css
img/*.png
img
1 change: 0 additions & 1 deletion docs/benchmarks/img

This file was deleted.

0 comments on commit 2f46867

Please sign in to comment.