Skip to content

Commit fdf62e0

Browse files
docs: ignore 404 errors from https://pyo3.rs (#4967)
* docs: ignore 404 errors from https://pyo3.rs * Update .github/workflows/gh-pages.yml Co-authored-by: David Hewitt <mail@davidhewitt.dev> --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
1 parent 980268d commit fdf62e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build the guide
4343
run: |
4444
python -m pip install --upgrade pip && pip install nox
45-
nox -s check-guide
45+
nox -s ${{ github.event_name == 'release' && 'build-guide' || 'check-guide' }}
4646
env:
4747
PYO3_VERSION_TAG: ${{ steps.prepare_tag.outputs.tag_name }}
4848

0 commit comments

Comments
 (0)