Skip to content

Commit

Permalink
Remove poetry from pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doyled-it committed Nov 18, 2022
1 parent 440826f commit bc7504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python --version
pip install -r requirements.txt
poetry run sphinx-build -d build/doctrees source build/html
sphinx-build -d build/doctrees source build/html
mv build/html public/
touch public/.nojekyll
Expand Down

0 comments on commit bc7504d

Please sign in to comment.