Skip to content

Commit

Permalink
patch deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineyDev committed Feb 23, 2025
1 parent 5d714fd commit dfa18d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
PYTHON_VERSION: 3.12
SPHINX_OPTIONS: -b dirhtml -a -E -n -T -W --keep-going

PULL_INSTALL: -r docs/requirements.txt
PULL_INSTALL: .[docs]
PULL_PATH: docs

PUSH_REPOSITORY: ${{ github.repository_owner }}/docs.shiney.dev
Expand Down

0 comments on commit dfa18d1

Please sign in to comment.