Skip to content

Commit

Permalink
ci(docs): fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabug committed May 21, 2024
1 parent 9466d7c commit 2b06bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade hatch
- name: Build site
run: hatch -e docs run mkdocs build
run: hatch -e doc run mkdocs build
- name: Deploy to gh-pages
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: oprypin/push-to-gh-pages@v3
Expand Down

0 comments on commit 2b06bfd

Please sign in to comment.