Skip to content

Commit

Permalink
Added missing -r pip parameter and change workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Oct 12, 2023
1 parent 6206f79 commit 96e8c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Docs Check and Build"
name: "Sphinx Test"
on:
push:
branches: [ master ]
Expand All @@ -16,7 +16,7 @@ jobs:
python-version: 3.12
- name: Install Dependencies
run: |
pip install docs/requirements.txt
pip install -r docs/requirements.txt
- name: Build linkcheck with nit-picky mode
working-directory: docs
run: |
Expand Down

0 comments on commit 96e8c74

Please sign in to comment.