Skip to content

Commit

Permalink
Merge pull request #84 from deeppavlov/dev
Browse files Browse the repository at this point in the history
ci: Fix docs workflow
  • Loading branch information
Ramimashkouk authored Sep 2, 2024
2 parents bd762f0 + 2a90cd0 commit 3404614
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 3404614

Please sign in to comment.