Skip to content

Commit

Permalink
Update deploy_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loribonna committed Jul 26, 2024
1 parent 4dfe327 commit ce871d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install -r docs/requirements.txt -r requirements.txt -r requirements-optional.txt
- name: Sphinx build
run: |
python ../utils/args.py && sphinx-build -j auto docs _build
python ./utils/args.py && sphinx-build -j auto docs _build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand All @@ -52,4 +52,4 @@ jobs:
path: '_build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit ce871d5

Please sign in to comment.