From a19022dc2a88db5c86586a1f601a8234d0ac7703 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Mon, 10 Mar 2025 13:59:53 -0600 Subject: [PATCH] Update .github/workflows/gh-pages.yml Co-authored-by: David Hewitt --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8f9431fb7e3..1dc5927b49e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 }}