Skip to content

Commit

Permalink
test docs on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamrungta committed Mar 11, 2024
1 parent aa0054d commit e9c5366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
cd docs
python -m venv .venv
.venv/bin/activate
python -m pip install --upgrade pip
make install
cd docs
pip install -r requirements.txt
- name: Build Docs
run: |
cd docs
.venv/bin/activate
cd docs
make html
test:
Expand Down

0 comments on commit e9c5366

Please sign in to comment.