From 084fe539e35ca193d18473afd2f0630223e2f7eb Mon Sep 17 00:00:00 2001 From: "Wood, Tony" Date: Thu, 28 May 2026 11:39:51 -0400 Subject: [PATCH] Define an environment This will ensure that new deploys are displayed under the Deployments status tracker on gh. --- .github/workflows/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f7b27d12..9da19718 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,6 +26,9 @@ jobs: deploy: needs: build runs-on: ubuntu-latest + environment: + name: github-pages + url: https://pyorbit-collaboration.github.io/ steps: - name: Download Artifact uses: actions/download-artifact@v5