Skip to content

Commit

Permalink
ci: Fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Sep 2, 2024
1 parent c573bd4 commit 2a90cd0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,8 @@ jobs:
with:
python-version: 3.9

- name: setup poetry
run: |
python -m pip install --upgrade pip poetry
- name: install dependencies
run: poetry install

- name: build documentation
run: poetry run make -C docs html
run: make build_docs

- name: remove jekyll theming
run: touch docs/_build/html/.nojekyll
Expand Down

0 comments on commit 2a90cd0

Please sign in to comment.