Skip to content

Commit

Permalink
Merge pull request #86 from deeppavlov/dev
Browse files Browse the repository at this point in the history
fix: Bring doc workflow to work (#85)
  • Loading branch information
Ramimashkouk authored Sep 2, 2024
2 parents 3404614 + 7c7b7fc commit ea15083
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: build_and_publish_docs

on:
workflow_dispatch:

Expand All @@ -22,6 +21,14 @@ jobs:
with:
python-version: 3.9

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

- name: build documentation
run: make build_docs

Expand Down

0 comments on commit ea15083

Please sign in to comment.