Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanPartain committed Nov 14, 2023
1 parent ca44245 commit 1f7f23a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:

# Deployment job
deploy:
env:
JEKYLL_ENV: production
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
JEKYLL_ENV: production
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 1f7f23a

Please sign in to comment.