Skip to content

Commit

Permalink
Fix the attempted fix of docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Oct 18, 2024
1 parent 76bd408 commit cc64484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
requirements.txt
docs/requirements.txt
- name: Install Dependencies
run: python -m pip install --upgrade --upgrade-strategy=eager -r requirements.txt
- name: Install Docs Dependencies
working-directory: ./docs
run: make installdeps
- uses: actions/configure-pages@v5
Expand Down

0 comments on commit cc64484

Please sign in to comment.