Skip to content

Commit

Permalink
Simplify deploy-docs workflow and update packages in Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Jun 9, 2024
1 parent 173a7d8 commit c03ce92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pipenv

- name: Install Sphinx
run: sudo apt-get install python3-sphinx

- name: Install pipenv
run: pip install pipenv

- name: Install dependencies
run: pipenv install --dev
run: pip install -r docs/requirements.txt

- name: Build docs
run: |
cd docs
pipenv run make html
make html
- name: Upload docs artifact
uses: actions/upload-pages-artifact@v3
Expand Down
18 changes: 9 additions & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c03ce92

Please sign in to comment.