From 72ec1a411e751f8b92b808c3a4fe951a9e29bee0 Mon Sep 17 00:00:00 2001 From: "alexandria.gomez" Date: Wed, 27 Nov 2024 13:45:02 -0500 Subject: [PATCH] update build docs --- .github/workflows/jekyll_gh_pages.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll_gh_pages.yml b/.github/workflows/jekyll_gh_pages.yml index 4139c3b..fa5107a 100644 --- a/.github/workflows/jekyll_gh_pages.yml +++ b/.github/workflows/jekyll_gh_pages.yml @@ -27,9 +27,6 @@ concurrency: jobs: # Build job build: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest @@ -53,6 +50,10 @@ jobs: # Deployment job deploy: + if: ${{ github.run_attempt != 1 }} + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: