Skip to content

Commit

Permalink
add requirements in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Aug 13, 2024
1 parent 978b8b3 commit 7d3e8ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Generate HTML Documentation
run: |
cd src
Expand All @@ -29,4 +33,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./src/docs

0 comments on commit 7d3e8ad

Please sign in to comment.