From a17cf139e1b4d6cb000246b698dca3cf037cc4f8 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 2 Jun 2022 20:44:47 -0700 Subject: [PATCH] Add URL to docs deploy environment config --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c94cf6aa..7805bc71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,9 @@ jobs: needs: test name: Deploy docs runs-on: ubuntu-latest - environment: documentation + environment: + name: documentation + url: https://docs.baby-buddy.net if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} steps: - name: Checkout main