Skip to content

Commit

Permalink
update build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandria.gomez authored and alexandria.gomez committed Nov 27, 2024
1 parent 85e9a0e commit 72ec1a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/jekyll_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ concurrency:
jobs:
# Build job
build:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

Expand All @@ -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:
Expand Down

0 comments on commit 72ec1a4

Please sign in to comment.