Skip to content

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan-tsirkin authored Feb 2, 2024
1 parent 3aa6996 commit d6340c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.11
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx-pyreverse sphinx_sitemap sphinxcontrib-bibtex
Expand All @@ -22,4 +24,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
force_orphan: true

0 comments on commit d6340c8

Please sign in to comment.