Skip to content

Commit

Permalink
🔧 Add env
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Sep 15, 2024
1 parent 9d0e5ef commit 6bc2519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6bc2519

Please sign in to comment.