Skip to content

Commit

Permalink
use nox session for doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Dec 13, 2024
1 parent b7ec520 commit bbc8ad9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/complete_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-bfabricpy
- uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install nox
run: pip install nox uv
- name: Publish documentation
run: |
set -euxo pipefail
git fetch --unshallow origin gh-pages
git checkout gh-pages && git pull && git checkout -
uv run mkdocs gh-deploy
nox -s docs
nox -s publish_docs

0 comments on commit bbc8ad9

Please sign in to comment.