Skip to content

Commit

Permalink
[MISC] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed Apr 22, 2023
1 parent 1021e0b commit e17d2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
python-version: "3.10"

- runs: pip install nox
- run: pip install nox
- name: Build HTML
runs: nox -s build-docs -- novelai_api
run: nox -s build-docs -- novelai_api

- name: Deploy on Github Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e17d2a6

Please sign in to comment.