Skip to content

Commit

Permalink
Adjust deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
shealavington committed Feb 4, 2025
1 parent d6edf06 commit 18abc0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
environment:
BASE_URL: ${{ steps.builddeploy.outputs.static_web_app_url }}
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 18abc0f

Please sign in to comment.