Skip to content

Commit

Permalink
Update .github/workflows/gh-pages.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Hewitt <mail@davidhewitt.dev>
  • Loading branch information
ngoldbaum and davidhewitt authored Mar 10, 2025
1 parent 8b134ce commit a19022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build the guide
run: |
python -m pip install --upgrade pip && pip install nox
nox -s check-guide -- --exclude https://pyo3.rs
nox -s ${{ github.event_name == 'release' && 'build-guide' || 'check-guide' }}
env:
PYO3_VERSION_TAG: ${{ steps.prepare_tag.outputs.tag_name }}

Expand Down

0 comments on commit a19022d

Please sign in to comment.